summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ymf271.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/ymf271.c')
-rw-r--r--src/emu/sound/ymf271.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/ymf271.c b/src/emu/sound/ymf271.c
index 0cea6308b14..d4bf179bdb0 100644
--- a/src/emu/sound/ymf271.c
+++ b/src/emu/sound/ymf271.c
@@ -1710,7 +1710,7 @@ void ymf271_device::device_start()
m_timA = timer_alloc(0);
m_timB = timer_alloc(1);
- m_mem_base = *region();
+ m_mem_base = region()->base();
m_mem_size = region()->bytes();
m_irq_handler.resolve();