summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2608intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/2608intf.h')
-rw-r--r--src/devices/sound/2608intf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/2608intf.h b/src/devices/sound/2608intf.h
index f827f998521..0ec973b69ff 100644
--- a/src/devices/sound/2608intf.h
+++ b/src/devices/sound/2608intf.h
@@ -45,6 +45,7 @@ private:
emu_timer * m_timer[2];
void * m_chip;
devcb_write_line m_irq_handler;
+ required_memory_region m_region;
};
extern const device_type YM2608;