summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abcbus/hdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/abcbus/hdc.h')
-rw-r--r--src/devices/bus/abcbus/hdc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/abcbus/hdc.h b/src/devices/bus/abcbus/hdc.h
index e2d0e1cbdbb..c9cde8b8ab5 100644
--- a/src/devices/bus/abcbus/hdc.h
+++ b/src/devices/bus/abcbus/hdc.h
@@ -31,6 +31,8 @@ public:
// construction/destruction
abc_hdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ void abc_hdc_io(address_map &map);
+ void abc_hdc_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;