summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cdp1871.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cdp1871.cpp')
-rw-r--r--src/devices/machine/cdp1871.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cdp1871.cpp b/src/devices/machine/cdp1871.cpp
index 600c1e6ee3c..36ce4b77892 100644
--- a/src/devices/machine/cdp1871.cpp
+++ b/src/devices/machine/cdp1871.cpp
@@ -278,7 +278,7 @@ void cdp1871_device::detect_keypress()
// read - keyboard data read
//-------------------------------------------------
-READ8_MEMBER( cdp1871_device::read )
+uint8_t cdp1871_device::read()
{
int table = 0;