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 |
r241476 | r241477 | |
---|---|---|
2045 | 2045 | m_last_command_data = 0; |
2046 | 2046 | m_interrupt = 0; |
2047 | 2047 | m_data_count = 0; |
2048 | m_idx = 0; | |
2048 | 2049 | wd17xx_command_restore(); |
2049 | 2050 | } |
2050 | 2051 |
https://github.com/mamedev/mame/commit/a78db2485b050a2d142d1b6a7e123a9f95d79925 |
Previous | 199869 Revisions | Next |