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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/ieee488/c8280.h b/src/devices/bus/ieee488/c8280.h
index 9062962bdf5..38309ea1089 100644
--- a/src/devices/bus/ieee488/c8280.h
+++ b/src/devices/bus/ieee488/c8280.h
@@ -31,11 +31,6 @@ public:
// construction/destruction
c8280_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- 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;
@@ -59,6 +54,11 @@ private:
DECLARE_WRITE8_MEMBER( riot1_pa_w );
DECLARE_READ8_MEMBER( riot1_pb_r );
DECLARE_WRITE8_MEMBER( riot1_pb_w );
+ DECLARE_READ8_MEMBER( fk5_r );
+ DECLARE_WRITE8_MEMBER( fk5_w );
+
+ void c8280_fdc_mem(address_map &map);
+ void c8280_main_mem(address_map &map);
DECLARE_FLOPPY_FORMATS( floppy_formats );