summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cr511b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cr511b.cpp')
-rw-r--r--src/devices/machine/cr511b.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/cr511b.cpp b/src/devices/machine/cr511b.cpp
index 6a4309f12c9..ea9d772fb92 100644
--- a/src/devices/machine/cr511b.cpp
+++ b/src/devices/machine/cr511b.cpp
@@ -96,12 +96,12 @@ void cr511b_device::device_timer(emu_timer &timer, device_timer_id tid, int para
// IMPLEMENTATION
//**************************************************************************
-READ8_MEMBER( cr511b_device::read )
+uint8_t cr511b_device::read()
{
return 0xff;
}
-WRITE8_MEMBER ( cr511b_device::write )
+void cr511b_device::write(uint8_t data)
{
}