summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <pac0446@bigpond.net.au>2015-08-23 17:49:33 +1000
committer Robbbert <pac0446@bigpond.net.au>2015-08-23 17:49:33 +1000
commitbadeb73a71d6474bef3d5011d87b958b3a1aed8d (patch)
tree1fcf7c7df07e5861acfa99394809661d8709b1d9
parentea231ae875cfe2b9ec3dd23064feb55a00693086 (diff)
parent33036a64ccebbf66942d17abf2c2f0cb2da73c97 (diff)
Merge branch 'master' of https://github.com/mamedev/mame
-rw-r--r--src/emu/imagedev/floppy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/imagedev/floppy.c b/src/emu/imagedev/floppy.c
index 7c01f58a09d..01d2872a9a7 100644
--- a/src/emu/imagedev/floppy.c
+++ b/src/emu/imagedev/floppy.c
@@ -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)