summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/imi7000/imi5000h.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/imi7000/imi5000h.h')
-rw-r--r--src/devices/bus/imi7000/imi5000h.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/imi7000/imi5000h.h b/src/devices/bus/imi7000/imi5000h.h
index 18a7b26ecfb..6723401eb5d 100644
--- a/src/devices/bus/imi7000/imi5000h.h
+++ b/src/devices/bus/imi7000/imi5000h.h
@@ -34,8 +34,6 @@ public:
// construction/destruction
imi5000h_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- void imi5000h_io(address_map &map);
- void imi5000h_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;
@@ -66,6 +64,9 @@ private:
DECLARE_READ8_MEMBER( pio3_pb_r );
DECLARE_WRITE8_MEMBER( pio3_pb_w );
+ void imi5000h_io(address_map &map);
+ void imi5000h_mem(address_map &map);
+
enum
{
LED_FAULT,