diff options
Diffstat (limited to 'src/devices/sound/bsmt2000.cpp')
| -rw-r--r-- | src/devices/sound/bsmt2000.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/bsmt2000.cpp b/src/devices/sound/bsmt2000.cpp index ee7e4e4ee86..54fe92588d5 100644 --- a/src/devices/sound/bsmt2000.cpp +++ b/src/devices/sound/bsmt2000.cpp @@ -236,7 +236,7 @@ void bsmt2000_device::write_data(uint16_t data) m_deferred_data_write->adjust(attotime::zero, data); // boost the interleave on a write so that the caller detects the status more accurately - machine().scheduler().boost_interleave(attotime::from_usec(1), attotime::from_usec(10)); + machine().scheduler().add_quantum(attotime::from_usec(1), attotime::from_usec(10)); } |
