summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stadhero.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stadhero.cpp')
-rw-r--r--src/mame/video/stadhero.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/stadhero.cpp b/src/mame/video/stadhero.cpp
index 564a8b5eac2..bdf8c3d8c61 100644
--- a/src/mame/video/stadhero.cpp
+++ b/src/mame/video/stadhero.cpp
@@ -35,7 +35,7 @@ uint32_t stadhero_state::screen_update(screen_device &screen, bitmap_ind16 &bitm
/******************************************************************************/
-WRITE16_MEMBER(stadhero_state::pf1_data_w)
+void stadhero_state::pf1_data_w(offs_t offset, uint16_t data, uint16_t mem_mask)
{
COMBINE_DATA(&m_pf1_data[offset]);
m_pf1_tilemap->mark_tile_dirty(offset);