Previous | 199869 Revisions | Next |
r32963 Sunday 26th October, 2014 at 07:18:33 UTC by Oliver Stöneberg |
---|
fixed usage of uninitialized members in c64h156_device (nw) was actually used inside base_c1541_device::via1_pb_r() with e.g. edu -cart batman |
[src/emu/machine] | 64h156.c |
r241474 | r241475 | |
---|---|---|
75 | 75 | m_atna(0), |
76 | 76 | m_period(attotime::from_hz(clock)) |
77 | 77 | { |
78 | memset(&cur_live, 0x00, sizeof(cur_live)); | |
78 | 79 | cur_live.tm = attotime::never; |
79 | 80 | cur_live.state = IDLE; |
80 | 81 | cur_live.next_state = -1; |
81 | cur_live.write_position = 0; | |
82 | 82 | cur_live.write_start_time = attotime::never; |
83 | 83 | } |
84 | 84 |
https://github.com/mamedev/mame/commit/c49617fec23bf8380e92095b6dd962264d61dccd |
Previous | 199869 Revisions | Next |