summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/transwarp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/transwarp.cpp')
-rw-r--r--src/devices/bus/a2bus/transwarp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/a2bus/transwarp.cpp b/src/devices/bus/a2bus/transwarp.cpp
index 54228c81180..3de650dba1d 100644
--- a/src/devices/bus/a2bus/transwarp.cpp
+++ b/src/devices/bus/a2bus/transwarp.cpp
@@ -210,7 +210,7 @@ void a2bus_transwarp_device::device_timer(emu_timer &timer, device_timer_id id,
m_timer->adjust(attotime::never);
}
-READ8_MEMBER( a2bus_transwarp_device::dma_r )
+uint8_t a2bus_transwarp_device::dma_r(offs_t offset)
{
if (offset == 0xc070)
{
@@ -235,7 +235,7 @@ READ8_MEMBER( a2bus_transwarp_device::dma_r )
// dma_w -
//-------------------------------------------------
-WRITE8_MEMBER( a2bus_transwarp_device::dma_w )
+void a2bus_transwarp_device::dma_w(offs_t offset, uint8_t data)
{
//if ((offset >= 0xc070) && (offset <= 0xc07f)) printf("%02x to %04x\n", data, offset);