summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/kr2376.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/kr2376.cpp')
-rw-r--r--src/devices/machine/kr2376.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/kr2376.cpp b/src/devices/machine/kr2376.cpp
index f3551a50043..7d59c4ea317 100644
--- a/src/devices/machine/kr2376.cpp
+++ b/src/devices/machine/kr2376.cpp
@@ -277,7 +277,7 @@ void kr2376_device::device_timer(emu_timer &timer, device_timer_id id, int param
/* Keyboard Data */
-READ8_MEMBER( kr2376_device::data_r )
+uint8_t kr2376_device::data_r()
{
if (m_pins[KR2376_DSII])
return m_data ^ 0xff;