From fb87ef68d16912fc5f0b0fdbacaa160fc8747968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Sat, 6 Jan 2018 17:09:25 +0100 Subject: fcrash.cpp: fixed m_sprite_base for punipic (nw) --- src/mame/drivers/fcrash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/fcrash.cpp b/src/mame/drivers/fcrash.cpp index 1bc85c6beb6..bdcdc2163cd 100644 --- a/src/mame/drivers/fcrash.cpp +++ b/src/mame/drivers/fcrash.cpp @@ -2354,7 +2354,7 @@ MACHINE_START_MEMBER(cps_state, punipic) m_layer_mask_reg[3] = 0x0a; m_layer_scroll1x_offset = 0x46; // text m_layer_scroll3x_offset = 0x46; // green patch in the park - m_sprite_base = 0x000; + m_sprite_base = 0x1000; m_sprite_list_end_marker = 0x8000; m_sprite_x_offset = 0; } -- cgit v1.2.3