summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics/comxpl80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/centronics/comxpl80.h')
-rw-r--r--src/devices/bus/centronics/comxpl80.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/centronics/comxpl80.h b/src/devices/bus/centronics/comxpl80.h
index 8aca17e287b..18c5f69998e 100644
--- a/src/devices/bus/centronics/comxpl80.h
+++ b/src/devices/bus/centronics/comxpl80.h
@@ -35,6 +35,8 @@ public:
DECLARE_WRITE8_MEMBER( pc_w );
DECLARE_READ8_MEMBER( pd_r );
+ void comxpl80_io(address_map &map);
+ void comxpl80_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;