summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/qs1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/qs1000.h')
-rw-r--r--src/devices/sound/qs1000.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/qs1000.h b/src/devices/sound/qs1000.h
index 237ef21b8e5..f57b2e41d91 100644
--- a/src/devices/sound/qs1000.h
+++ b/src/devices/sound/qs1000.h
@@ -40,6 +40,7 @@ public:
//auto serial_w() { return m_serial_w_cb.bind(); }
// external
+ i8052_device &cpu() const { return *m_cpu; }
void serial_in(uint8_t data);
DECLARE_WRITE_LINE_MEMBER( set_irq );