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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/sound/qs1000.h b/src/devices/sound/qs1000.h
index 6f3bd099283..e6e9746f1ed 100644
--- a/src/devices/sound/qs1000.h
+++ b/src/devices/sound/qs1000.h
@@ -85,6 +85,8 @@ public:
DECLARE_READ8_MEMBER( p3_r );
DECLARE_WRITE8_MEMBER( p3_w );
+ void qs1000_io_map(address_map &map);
+ void qs1000_prg_map(address_map &map);
protected:
// device-level overrides
virtual const tiny_rom_entry *device_rom_region() const override;