fix startup crash on running any system using floppy.c (nw)

This commit is contained in:
Lord-Nightmare 2015-08-23 02:58:41 -04:00
parent 0b314ce92b
commit f67a2ff0c2

View File

@ -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)