summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segaic24.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/segaic24.cpp')
-rw-r--r--src/mame/video/segaic24.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/segaic24.cpp b/src/mame/video/segaic24.cpp
index 08a3113e008..805f6bb4cb1 100644
--- a/src/mame/video/segaic24.cpp
+++ b/src/mame/video/segaic24.cpp
@@ -346,8 +346,8 @@ void segas24_tile_device::draw_rect(screen_device &screen, bitmap_ind16 &bm, bit
}
}
-template<class _BitmapClass>
-void segas24_tile_device::draw_common(screen_device &screen, _BitmapClass &bitmap, const rectangle &cliprect, int layer, int lpri, int flags)
+template<class BitmapClass>
+void segas24_tile_device::draw_common(screen_device &screen, BitmapClass &bitmap, const rectangle &cliprect, int layer, int lpri, int flags)
{
uint16_t hscr = tile_ram[0x5000+(layer >> 1)];
uint16_t vscr = tile_ram[0x5004+(layer >> 1)];