summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6261.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6261.cpp')
-rw-r--r--src/devices/video/huc6261.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/huc6261.cpp b/src/devices/video/huc6261.cpp
index fe86efee2e6..4345e0ce245 100644
--- a/src/devices/video/huc6261.cpp
+++ b/src/devices/video/huc6261.cpp
@@ -230,7 +230,7 @@ void huc6261_device::video_update( bitmap_rgb32 &bitmap, const rectangle &clipre
}
-READ16_MEMBER( huc6261_device::read )
+uint16_t huc6261_device::read(offs_t offset)
{
uint16_t data = 0xFFFF;
@@ -285,7 +285,7 @@ READ16_MEMBER( huc6261_device::read )
}
-WRITE16_MEMBER( huc6261_device::write )
+void huc6261_device::write(offs_t offset, uint16_t data)
{
switch ( offset & 1 )
{