summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/epson_sio/pf10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/epson_sio/pf10.h')
-rw-r--r--src/devices/bus/epson_sio/pf10.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/epson_sio/pf10.h b/src/devices/bus/epson_sio/pf10.h
index 282bbb874c1..5429ae8a50c 100644
--- a/src/devices/bus/epson_sio/pf10.h
+++ b/src/devices/bus/epson_sio/pf10.h
@@ -40,6 +40,8 @@ public:
DECLARE_READ8_MEMBER( port2_r );
DECLARE_WRITE8_MEMBER( port2_w );
+ void cpu_io(address_map &map);
+ void cpu_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;