summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rx01/rx01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/rx01/rx01.h')
-rw-r--r--src/devices/cpu/rx01/rx01.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/rx01/rx01.h b/src/devices/cpu/rx01/rx01.h
index b8806c354f3..dd2fa02b523 100644
--- a/src/devices/cpu/rx01/rx01.h
+++ b/src/devices/cpu/rx01/rx01.h
@@ -48,7 +48,7 @@ public:
auto shift_callback() { return m_interface_callback[4].bind(); }
// serial input for controller
- DECLARE_READ_LINE_MEMBER(data_r) { return !data_in(); }
+ int data_r() { return !data_in(); }
protected:
// device-level overrides