summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/toaplan1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/toaplan1.cpp')
-rw-r--r--src/mame/video/toaplan1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/toaplan1.cpp b/src/mame/video/toaplan1.cpp
index ba0e53b1ec1..369c5bd0486 100644
--- a/src/mame/video/toaplan1.cpp
+++ b/src/mame/video/toaplan1.cpp
@@ -285,7 +285,7 @@ u16 toaplan1_state::frame_done_r()
return m_screen->vblank();
}
-WRITE16_MEMBER(toaplan1_state::tile_offsets_w)
+void toaplan1_state::tile_offsets_w(offs_t offset, u16 data, u16 mem_mask)
{
if (offset == 0)
{