diff --git a/src/devices/sound/ymfm_mame.h b/src/devices/sound/ymfm_mame.h index 74acf718182..27114f7371b 100644 --- a/src/devices/sound/ymfm_mame.h +++ b/src/devices/sound/ymfm_mame.h @@ -151,6 +151,9 @@ protected: m_io_read[1].resolve(); m_io_write[0].resolve(); m_io_write[1].resolve(); + + // remember the busy end time + save_item(NAME(m_busy_end)); } // timer callbacks