summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Andrew Gardner <andrew-gardner@users.noreply.github.com>2013-02-08 15:35:52 +0000
committer Andrew Gardner <andrew-gardner@users.noreply.github.com>2013-02-08 15:35:52 +0000
commit290ec8fa2fe6d153266d22b0da61fec68821c269 (patch)
treed038298a488b2a417c7404097d286ad8e52ba581 /src/mame
parenta64f16880f1f38eec91549ec4f48ce3c12290de5 (diff)
Fix compile. (nw)
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/video/gunbustr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gunbustr.c b/src/mame/video/gunbustr.c
index d28427db485..7970fa6fcc1 100644
--- a/src/mame/video/gunbustr.c
+++ b/src/mame/video/gunbustr.c
@@ -227,7 +227,7 @@ UINT32 gunbustr_state::screen_update_gunbustr(screen_device &screen, bitmap_ind1
if (!machine().input().code_pressed (KEYCODE_C)) tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[2], 0, 2);
if (!machine().input().code_pressed (KEYCODE_V)) tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[3], 0, 4);
if (!machine().input().code_pressed (KEYCODE_B)) tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[4], 0, 8);
- if (!machine().input().code_pressed (KEYCODE_N)) draw_sprites(machine(), bitmap, cliprect, primasks, 48, -116);
+ if (!machine().input().code_pressed (KEYCODE_N)) draw_sprites(bitmap, cliprect, primasks, 48, -116);
#else
tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[0], TILEMAP_DRAW_OPAQUE, 0);
tc0480scp_tilemap_draw(tc0480scp, bitmap, cliprect, layer[1], 0, 1);