summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x/990_dk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99x/990_dk.cpp')
-rw-r--r--src/devices/bus/ti99x/990_dk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99x/990_dk.cpp b/src/devices/bus/ti99x/990_dk.cpp
index a634bba7a24..f9815b2302a 100644
--- a/src/devices/bus/ti99x/990_dk.cpp
+++ b/src/devices/bus/ti99x/990_dk.cpp
@@ -705,7 +705,7 @@ void fd800_legacy_device::do_cmd()
30: unit MSB
31: Interrupt (CBUSY???) (1 -> controller is ready)
*/
-READ8_MEMBER( fd800_legacy_device::cru_r )
+uint8_t fd800_legacy_device::cru_r(offs_t offset)
{
int reply = 0;
@@ -736,7 +736,7 @@ READ8_MEMBER( fd800_legacy_device::cru_r )
27: FD unit number MSB/extended command code
28-31: command code
*/
-WRITE8_MEMBER( fd800_legacy_device::cru_w )
+void fd800_legacy_device::cru_w(offs_t offset, uint8_t data)
{
switch (offset)
{