summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/thedeep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/thedeep.cpp')
-rw-r--r--src/mame/video/thedeep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/thedeep.cpp b/src/mame/video/thedeep.cpp
index 9e9734c5dbc..8d3f04a4028 100644
--- a/src/mame/video/thedeep.cpp
+++ b/src/mame/video/thedeep.cpp
@@ -50,7 +50,7 @@ TILE_GET_INFO_MEMBER(thedeep_state::get_tile_info)
0);
}
-WRITE8_MEMBER(thedeep_state::textram_w)
+void thedeep_state::textram_w(offs_t offset, uint8_t data)
{
m_textram[offset] = data;
m_text_tilemap->mark_tile_dirty(offset / 2);