mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
fix startup crash on running any system using floppy.c (nw)
This commit is contained in:
parent
0b314ce92b
commit
f67a2ff0c2
@ -1117,6 +1117,7 @@ void floppy_sound_device::device_start()
|
||||
// Initialize position
|
||||
m_samplepos_step = m_samplestart_step;
|
||||
m_samplepos_motor = m_samplestart_motor;
|
||||
register_for_save_states();
|
||||
}
|
||||
|
||||
void floppy_sound_device::motor(bool state)
|
||||
|
Loading…
Reference in New Issue
Block a user