trunk/src/mame/video/gunbustr.c
| r20838 | r20839 | |
| 227 | 227 | if (!machine().input().code_pressed (KEYCODE_C)) tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[2], 0, 2); |
| 228 | 228 | if (!machine().input().code_pressed (KEYCODE_V)) tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[3], 0, 4); |
| 229 | 229 | 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); |
| 231 | 231 | #else |
| 232 | 232 | tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[0], TILEMAP_DRAW_OPAQUE, 0); |
| 233 | 233 | tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[1], 0, 1); |