summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/softbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/softbox.h')
-rw-r--r--src/devices/bus/ieee488/softbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/ieee488/softbox.h b/src/devices/bus/ieee488/softbox.h
index 14284042d82..d6eacc0c262 100644
--- a/src/devices/bus/ieee488/softbox.h
+++ b/src/devices/bus/ieee488/softbox.h
@@ -37,6 +37,8 @@ public:
DECLARE_WRITE8_MEMBER( dbrg_w );
+ void softbox_io(address_map &map);
+ void softbox_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;