summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/vc4000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/vc4000.cpp')
-rw-r--r--src/mame/video/vc4000.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/vc4000.cpp b/src/mame/video/vc4000.cpp
index 49723216c22..5d4c1325266 100644
--- a/src/mame/video/vc4000.cpp
+++ b/src/mame/video/vc4000.cpp
@@ -77,7 +77,7 @@ inline uint8_t vc4000_state::vc4000_joystick_return_to_centre(uint8_t joy)
return data;
}
-READ8_MEMBER( vc4000_state::vc4000_video_r )
+uint8_t vc4000_state::vc4000_video_r(offs_t offset)
{
uint8_t data=0;
if (offset > 0xcf) offset &= 0xcf; // c0-cf is mirrored at d0-df, e0-ef, f0-ff
@@ -289,7 +289,7 @@ READ8_MEMBER( vc4000_state::vc4000_video_r )
return data;
}
-WRITE8_MEMBER( vc4000_state::vc4000_video_w )
+void vc4000_state::vc4000_video_w(offs_t offset, uint8_t data)
{
// m_video.reg.data[offset]=data;
if (offset > 0xcf) offset &= 0xcf; // c0-cf is mirrored at d0-df, e0-ef, f0-ff