summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/hsgpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/hsgpl.cpp')
-rw-r--r--src/devices/bus/ti99/peb/hsgpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/hsgpl.cpp b/src/devices/bus/ti99/peb/hsgpl.cpp
index 11f40c4d1c8..9ac2a30bd83 100644
--- a/src/devices/bus/ti99/peb/hsgpl.cpp
+++ b/src/devices/bus/ti99/peb/hsgpl.cpp
@@ -183,7 +183,7 @@ snug_high_speed_gpl_device::snug_high_speed_gpl_device(const machine_config &mco
/*
Read hsgpl CRU interface. None here.
*/
-READ8Z_MEMBER(snug_high_speed_gpl_device::crureadz)
+void snug_high_speed_gpl_device::crureadz(offs_t offset, uint8_t *value)
{
return;
}
@@ -268,7 +268,7 @@ void snug_high_speed_gpl_device::cruwrite(offs_t offset, uint8_t data)
/*
Memory read
*/
-READ8Z_MEMBER(snug_high_speed_gpl_device::readz)
+void snug_high_speed_gpl_device::readz(offs_t offset, uint8_t *value)
{
if ((offset & 0x7e000)==0x74000)
{