summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/bsmt2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/bsmt2000.c')
-rw-r--r--src/emu/sound/bsmt2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/bsmt2000.c b/src/emu/sound/bsmt2000.c
index 6884d5a17d5..d6a0b48350f 100644
--- a/src/emu/sound/bsmt2000.c
+++ b/src/emu/sound/bsmt2000.c
@@ -171,7 +171,7 @@ void bsmt2000_device::device_start()
m_cpu = subdevice<tms32015_device>("bsmt2000");
// find our direct access
- m_direct = &space()->direct();
+ m_direct = &space().direct();
// create the stream; BSMT typically runs at 24MHz and writes to a DAC, so
// in theory we should generate a 24MHz stream, but that's certainly overkill