summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/c2031.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/c2031.h')
-rw-r--r--src/devices/bus/ieee488/c2031.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/c2031.h b/src/devices/bus/ieee488/c2031.h
index 2ae98540a0e..886db53db5e 100644
--- a/src/devices/bus/ieee488/c2031.h
+++ b/src/devices/bus/ieee488/c2031.h
@@ -31,7 +31,6 @@ public:
// construction/destruction
c2031_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- void c2031_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;
@@ -59,6 +58,8 @@ private:
DECLARE_WRITE8_MEMBER( via1_pb_w );
DECLARE_WRITE_LINE_MEMBER( byte_w );
+ void c2031_mem(address_map &map);
+
DECLARE_FLOPPY_FORMATS( floppy_formats );
required_device<cpu_device> m_maincpu;