summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/hardbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/hardbox.h')
-rw-r--r--src/devices/bus/ieee488/hardbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/ieee488/hardbox.h b/src/devices/bus/ieee488/hardbox.h
index e74f12054dc..889fa2684b5 100644
--- a/src/devices/bus/ieee488/hardbox.h
+++ b/src/devices/bus/ieee488/hardbox.h
@@ -33,6 +33,8 @@ public:
// construction/destruction
hardbox_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ void hardbox_io(address_map &map);
+ void hardbox_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;