summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/c8050.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/c8050.h')
-rw-r--r--src/devices/bus/ieee488/c8050.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/bus/ieee488/c8050.h b/src/devices/bus/ieee488/c8050.h
index 7eb6c5b9b0d..8a0a3f75935 100644
--- a/src/devices/bus/ieee488/c8050.h
+++ b/src/devices/bus/ieee488/c8050.h
@@ -40,6 +40,10 @@ public:
DECLARE_WRITE8_MEMBER( riot1_pb_w );
DECLARE_WRITE8_MEMBER( via_pb_w );
+ void c8050_fdc_mem(address_map &map);
+ void c8050_main_mem(address_map &map);
+ void c8250lp_fdc_mem(address_map &map);
+ void sfd1001_fdc_mem(address_map &map);
protected:
c8050_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);