Previous 199869 Revisions Next

r20839 Friday 8th February, 2013 at 15:35:52 UTC by Andrew Gardner
Fix compile. (nw)
[src/mame/video]gunbustr.c

trunk/src/mame/video/gunbustr.c
r20838r20839
227227   if (!machine().input().code_pressed (KEYCODE_C)) tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[2], 0, 2);
228228   if (!machine().input().code_pressed (KEYCODE_V)) tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[3], 0, 4);
229229   if (!machine().input().code_pressed (KEYCODE_B)) tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[4], 0, 8);
230   if (!machine().input().code_pressed (KEYCODE_N)) draw_sprites(machine(), bitmap, cliprect, primasks, 48, -116);
230   if (!machine().input().code_pressed (KEYCODE_N)) draw_sprites(bitmap, cliprect, primasks, 48, -116);
231231#else
232232   tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[0], TILEMAP_DRAW_OPAQUE, 0);
233233   tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[1], 0, 1);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team