summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg2xx_sysdma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spg2xx_sysdma.cpp')
-rw-r--r--src/devices/machine/spg2xx_sysdma.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/spg2xx_sysdma.cpp b/src/devices/machine/spg2xx_sysdma.cpp
index fe0d61ea395..d48eee75fdf 100644
--- a/src/devices/machine/spg2xx_sysdma.cpp
+++ b/src/devices/machine/spg2xx_sysdma.cpp
@@ -39,7 +39,7 @@ void spg2xx_sysdma_device::device_reset()
* Machine Hardware *
*************************/
-READ16_MEMBER(spg2xx_sysdma_device::dma_r)
+uint16_t spg2xx_sysdma_device::dma_r(offs_t offset)
{
offset &= 0x3;
@@ -68,7 +68,7 @@ READ16_MEMBER(spg2xx_sysdma_device::dma_r)
return val;
}
-WRITE16_MEMBER(spg2xx_sysdma_device::dma_w)
+void spg2xx_sysdma_device::dma_w(offs_t offset, uint16_t data)
{
offset &= 0x3;