summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decospr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decospr.cpp')
-rw-r--r--src/mame/video/decospr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/decospr.cpp b/src/mame/video/decospr.cpp
index 3f76594f56c..a86c21976b8 100644
--- a/src/mame/video/decospr.cpp
+++ b/src/mame/video/decospr.cpp
@@ -182,8 +182,8 @@ void decospr_device::alloc_sprite_bitmap()
screen().register_screen_bitmap(m_sprite_bitmap);
}
-template<class _BitmapClass>
-void decospr_device::draw_sprites_common(_BitmapClass &bitmap, const rectangle &cliprect, uint16_t* spriteram, int sizewords)
+template<class BitmapClass>
+void decospr_device::draw_sprites_common(BitmapClass &bitmap, const rectangle &cliprect, uint16_t* spriteram, int sizewords)
{
//printf("cliprect %04x, %04x\n", cliprect.top(), cliprect.bottom());