summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/c8280.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/c8280.h')
-rw-r--r--src/devices/bus/ieee488/c8280.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/ieee488/c8280.h b/src/devices/bus/ieee488/c8280.h
index c7b62e1b032..9062962bdf5 100644
--- a/src/devices/bus/ieee488/c8280.h
+++ b/src/devices/bus/ieee488/c8280.h
@@ -34,6 +34,8 @@ public:
DECLARE_READ8_MEMBER( fk5_r );
DECLARE_WRITE8_MEMBER( fk5_w );
+ void c8280_fdc_mem(address_map &map);
+ void c8280_main_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;