summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp80_io/82937.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp80_io/82937.h')
-rw-r--r--src/devices/bus/hp80_io/82937.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/hp80_io/82937.h b/src/devices/bus/hp80_io/82937.h
index 373bdae271d..ea63acdea24 100644
--- a/src/devices/bus/hp80_io/82937.h
+++ b/src/devices/bus/hp80_io/82937.h
@@ -33,6 +33,7 @@ public:
DECLARE_READ8_MEMBER(switch_r);
DECLARE_WRITE8_MEMBER(latch_w);
+ void cpu_io_map(address_map &map);
protected:
virtual void device_start() override;
virtual void device_reset() override;