mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
ymfm: Save busy end time. Fixes MT08018
This commit is contained in:
parent
1fd7a63aab
commit
e49f9a55ef
@ -151,6 +151,9 @@ protected:
|
|||||||
m_io_read[1].resolve();
|
m_io_read[1].resolve();
|
||||||
m_io_write[0].resolve();
|
m_io_write[0].resolve();
|
||||||
m_io_write[1].resolve();
|
m_io_write[1].resolve();
|
||||||
|
|
||||||
|
// remember the busy end time
|
||||||
|
save_item(NAME(m_busy_end));
|
||||||
}
|
}
|
||||||
|
|
||||||
// timer callbacks
|
// timer callbacks
|
||||||
|
Loading…
Reference in New Issue
Block a user