summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/adamnet/printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/adamnet/printer.h')
-rw-r--r--src/devices/bus/adamnet/printer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/adamnet/printer.h b/src/devices/bus/adamnet/printer.h
index 5c54a303a6f..5703c997fe0 100644
--- a/src/devices/bus/adamnet/printer.h
+++ b/src/devices/bus/adamnet/printer.h
@@ -37,6 +37,8 @@ public:
DECLARE_READ8_MEMBER( p4_r );
DECLARE_WRITE8_MEMBER( p4_w );
+ void adam_prn_io(address_map &map);
+ void adam_prn_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;