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

trunk/src/emu/machine/64h156.c
r241474r241475
7575   m_atna(0),
7676   m_period(attotime::from_hz(clock))
7777{
78   memset(&cur_live, 0x00, sizeof(cur_live));
7879   cur_live.tm = attotime::never;
7980   cur_live.state = IDLE;
8081   cur_live.next_state = -1;
81   cur_live.write_position = 0;
8282   cur_live.write_start_time = attotime::never;
8383}
8484


Previous 199869 Revisions Next


© 1997-2024 The MAME Team