Previous 199869 Revisions Next

r32965 Sunday 26th October, 2014 at 07:33:02 UTC by Oliver Stöneberg
fixed usage of uninitialized member in wd1770_device (ne)

happened with e.g. fm7
[src/emu/machine]wd17xx.c

trunk/src/emu/machine/wd17xx.c
r241476r241477
20452045   m_last_command_data = 0;
20462046   m_interrupt = 0;
20472047   m_data_count = 0;
2048   m_idx = 0;
20482049   wd17xx_command_restore();
20492050}
20502051


Previous 199869 Revisions Next


© 1997-2024 The MAME Team