summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/acorn/atom/econet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/acorn/atom/econet.h')
-rw-r--r--src/devices/bus/acorn/atom/econet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/acorn/atom/econet.h b/src/devices/bus/acorn/atom/econet.h
index 8d5f5e8eb19..114dc76bbeb 100644
--- a/src/devices/bus/acorn/atom/econet.h
+++ b/src/devices/bus/acorn/atom/econet.h
@@ -36,7 +36,7 @@ protected:
virtual void device_add_mconfig(machine_config &config) override;
private:
- DECLARE_READ8_MEMBER(statid_r);
+ uint8_t statid_r();
DECLARE_WRITE_LINE_MEMBER(bus_irq_w);
required_device<mc6854_device> m_adlc;