summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg2xx_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spg2xx_video.h')
-rw-r--r--src/devices/machine/spg2xx_video.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/spg2xx_video.h b/src/devices/machine/spg2xx_video.h
index 87a8fb90472..2d48f247bdc 100644
--- a/src/devices/machine/spg2xx_video.h
+++ b/src/devices/machine/spg2xx_video.h
@@ -27,8 +27,8 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank);
- DECLARE_READ16_MEMBER(video_r);
- DECLARE_WRITE16_MEMBER(video_w);
+ uint16_t video_r(offs_t offset);
+ void video_w(offs_t offset, uint16_t data);
auto sprlimit_read_callback() { return m_sprlimit_read_cb.bind(); };