diff options
Diffstat (limited to 'src/emu/sound/okim9810.c')
-rw-r--r-- | src/emu/sound/okim9810.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/okim9810.c b/src/emu/sound/okim9810.c index 095c811f9ad..8704f05490c 100644 --- a/src/emu/sound/okim9810.c +++ b/src/emu/sound/okim9810.c @@ -150,7 +150,7 @@ void okim9810_device::device_start() // create the stream //int divisor = m_config.m_pin7 ? 132 : 165; - m_stream = m_machine.sound().stream_alloc(*this, 0, 2, clock()); + m_stream = machine().sound().stream_alloc(*this, 0, 2, clock()); // save state stuff // m_TMP_register |