Skip to content

Commit

Permalink
ymfm: Save busy end time. Fixes MT08018
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsgiles committed Jul 4, 2021
1 parent 1fd7a63 commit e49f9a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/devices/sound/ymfm_mame.h
Expand Up @@ -151,6 +151,9 @@ class ym_generic_device : public device_t, public device_sound_interface, public
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
Expand Down

0 comments on commit e49f9a5

Please sign in to comment.