summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes/sa1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/snes/sa1.h')
-rw-r--r--src/devices/bus/snes/sa1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/snes/sa1.h b/src/devices/bus/snes/sa1.h
index bfea8746a09..cb646d32364 100644
--- a/src/devices/bus/snes/sa1.h
+++ b/src/devices/bus/snes/sa1.h
@@ -33,6 +33,7 @@ public:
DECLARE_WRITE8_MEMBER(sa1_lo_w);
DECLARE_WRITE8_MEMBER(sa1_hi_w);
+ void sa1_map(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;