mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
badeb73a71
@ -1117,6 +1117,7 @@ void floppy_sound_device::device_start()
|
|||||||
// Initialize position
|
// Initialize position
|
||||||
m_samplepos_step = m_samplestart_step;
|
m_samplepos_step = m_samplestart_step;
|
||||||
m_samplepos_motor = m_samplestart_motor;
|
m_samplepos_motor = m_samplestart_motor;
|
||||||
|
register_for_save_states();
|
||||||
}
|
}
|
||||||
|
|
||||||
void floppy_sound_device::motor(bool state)
|
void floppy_sound_device::motor(bool state)
|
||||||
|
Loading…
Reference in New Issue
Block a user