summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/cdp1862.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/cdp1862.cpp')
-rw-r--r--src/devices/video/cdp1862.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/cdp1862.cpp b/src/devices/video/cdp1862.cpp
index 78985db211c..ba4375c54de 100644
--- a/src/devices/video/cdp1862.cpp
+++ b/src/devices/video/cdp1862.cpp
@@ -126,7 +126,7 @@ void cdp1862_device::device_reset()
// dma_w -
//-------------------------------------------------
-WRITE8_MEMBER( cdp1862_device::dma_w )
+void cdp1862_device::dma_w(uint8_t data)
{
int rd = 1, bd = 1, gd = 1;
int sx = screen().hpos() + 4;