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