summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/plus4/c1551.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/plus4/c1551.h')
-rw-r--r--src/devices/bus/plus4/c1551.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/devices/bus/plus4/c1551.h b/src/devices/bus/plus4/c1551.h
index 4a1d0e28415..e8413337f46 100644
--- a/src/devices/bus/plus4/c1551.h
+++ b/src/devices/bus/plus4/c1551.h
@@ -31,10 +31,6 @@ public:
// construction/destruction
c1551_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER( tpi0_r );
- DECLARE_WRITE8_MEMBER( tpi0_w );
-
- void c1551_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;
@@ -63,6 +59,11 @@ private:
DECLARE_READ8_MEMBER( tpi1_pc_r );
DECLARE_WRITE8_MEMBER( tpi1_pc_w );
+ DECLARE_READ8_MEMBER( tpi0_r );
+ DECLARE_WRITE8_MEMBER( tpi0_w );
+
+ void c1551_mem(address_map &map);
+
DECLARE_FLOPPY_FORMATS( floppy_formats );
enum