summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gaiden.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gaiden.cpp')
-rw-r--r--src/mame/video/gaiden.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mame/video/gaiden.cpp b/src/mame/video/gaiden.cpp
index f482d0f9409..9892c46e76c 100644
--- a/src/mame/video/gaiden.cpp
+++ b/src/mame/video/gaiden.cpp
@@ -206,19 +206,6 @@ WRITE16_MEMBER(gaiden_state::gaiden_sproffsety_w)
}
}
-template<int TileMap>
-WRITE16_MEMBER(gaiden_state::gaiden_videoram_w)
-{
- COMBINE_DATA(&m_videoram[TileMap][offset]);
- m_background->mark_tile_dirty(offset & 0x07ff);
-}
-
-WRITE16_MEMBER(gaiden_state::gaiden_tx_videoram_w)
-{
- COMBINE_DATA(&m_videoram[0][offset]);
- m_text_layer->mark_tile_dirty(offset & 0x03ff);
-}
-
/***************************************************************************