summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/st62xx/st62xx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/st62xx/st62xx.cpp')
-rw-r--r--src/devices/cpu/st62xx/st62xx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/st62xx/st62xx.cpp b/src/devices/cpu/st62xx/st62xx.cpp
index d79772cc1c7..d475ef0048e 100644
--- a/src/devices/cpu/st62xx/st62xx.cpp
+++ b/src/devices/cpu/st62xx/st62xx.cpp
@@ -252,7 +252,7 @@ void st6228_device::update_port_mode(uint8_t index, uint8_t changed)
}
}
-WRITE8_MEMBER(st6228_device::regs_w)
+void st6228_device::regs_w(offs_t offset, uint8_t data)
{
offset += 0x80;
@@ -365,7 +365,7 @@ WRITE8_MEMBER(st6228_device::regs_w)
}
}
-READ8_MEMBER(st6228_device::regs_r)
+uint8_t st6228_device::regs_r(offs_t offset)
{
uint8_t ret = 0;
offset += 0x80;