diff options
Diffstat (limited to 'src/mame/video/rpunch.cpp')
-rw-r--r-- | src/mame/video/rpunch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/rpunch.cpp b/src/mame/video/rpunch.cpp index d875e0e084c..90870ee22e1 100644 --- a/src/mame/video/rpunch.cpp +++ b/src/mame/video/rpunch.cpp @@ -163,7 +163,7 @@ void rpunch_state::scrollreg_w(offs_t offset, u16 data, u16 mem_mask) } -WRITE8_MEMBER(rpunch_state::gga_w) +void rpunch_state::gga_w(offs_t offset, u8 data) { m_gga->write(offset >> 5, data & 0xff); } |