summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/tn_ide.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/tn_ide.cpp')
-rw-r--r--src/devices/bus/ti99/peb/tn_ide.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/tn_ide.cpp b/src/devices/bus/ti99/peb/tn_ide.cpp
index 878f25c1c3f..54e4cdf926a 100644
--- a/src/devices/bus/ti99/peb/tn_ide.cpp
+++ b/src/devices/bus/ti99/peb/tn_ide.cpp
@@ -182,7 +182,7 @@ nouspikel_ide_card_device::nouspikel_ide_card_device(const machine_config &mconf
{
}
-READ8Z_MEMBER(nouspikel_ide_card_device::readz)
+void nouspikel_ide_card_device::readz(offs_t offset, uint8_t *value)
{
bool mmap = false;
bool sramsel = false;
@@ -510,7 +510,7 @@ void nouspikel_ide_card_device::decode(offs_t offset, bool& mmap, bool& sramsel,
/*
CRU read access to the LS251 multiplexer.
*/
-READ8Z_MEMBER( nouspikel_ide_card_device::crureadz )
+void nouspikel_ide_card_device::crureadz(offs_t offset, uint8_t *value)
{
uint8_t bit = 0;