summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2021-07-04 07:30:31 -0700
committer Aaron Giles <aaron@aarongiles.com>2021-07-04 07:30:31 -0700
commite49f9a55efede267bb1b30cd685e8a16dc2ed19d (patch)
treebc67be264c6002f1d5d2fd0bfed2827067802aa5
parent1fd7a63aab542c667ba3c037a06c3fa3b2d5293e (diff)
ymfm: Save busy end time. Fixes MT08018
-rw-r--r--src/devices/sound/ymfm_mame.h3
1 files changed, 3 insertions, 0 deletions
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