summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/abc800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/abc800.cpp')
-rw-r--r--src/mame/video/abc800.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/abc800.cpp b/src/mame/video/abc800.cpp
index a14ca763e3c..386ba12581c 100644
--- a/src/mame/video/abc800.cpp
+++ b/src/mame/video/abc800.cpp
@@ -26,7 +26,7 @@
// hrs_w - high resolution scanline write
//-------------------------------------------------
-WRITE8_MEMBER( abc800_state::hrs_w )
+void abc800_state::hrs_w(uint8_t data)
{
m_hrs = data;
}
@@ -36,7 +36,7 @@ WRITE8_MEMBER( abc800_state::hrs_w )
// hrc_w - high resolution color write
//-------------------------------------------------
-WRITE8_MEMBER( abc800_state::hrc_w )
+void abc800_state::hrc_w(uint8_t data)
{
m_fgctl = data;
}