summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpanic_ms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galpanic_ms.cpp')
-rw-r--r--src/mame/drivers/galpanic_ms.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/galpanic_ms.cpp b/src/mame/drivers/galpanic_ms.cpp
index 01d62d747b1..d74847c5b40 100644
--- a/src/mame/drivers/galpanic_ms.cpp
+++ b/src/mame/drivers/galpanic_ms.cpp
@@ -154,7 +154,8 @@ uint32_t galspanic_ms_state::screen_update_backgrounds(screen_device &screen, bi
uint32_t galspanic_ms_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
screen_update_backgrounds(screen, bitmap, cliprect);
-// m_kaneko_spr->render_sprites(bitmap,cliprect, screen.priority(), m_spriteram, m_spriteram.bytes());
+// m_kaneko_spr->render_sprites(cliprect, m_spriteram, m_spriteram.bytes());
+// m_kaneko_spr->copybitmap(bitmap, cliprect, screen.priority());
return 0;
}