summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/plus1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/electron/plus1.h')
-rw-r--r--src/devices/bus/electron/plus1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/electron/plus1.h b/src/devices/bus/electron/plus1.h
index 23485acc10a..63e065446e5 100644
--- a/src/devices/bus/electron/plus1.h
+++ b/src/devices/bus/electron/plus1.h
@@ -41,7 +41,7 @@ protected:
virtual void expbus_w(address_space &space, offs_t offset, uint8_t data) override;
private:
- DECLARE_READ8_MEMBER(status_r);
+ u8 status_r();
DECLARE_WRITE_LINE_MEMBER(busy_w);
DECLARE_WRITE_LINE_MEMBER(ready_w);