mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
From: Atari Ace [mailto:atari_ace@verizon.net]
Sent: Friday, November 28, 2008 10:10 PM To: submit@mamedev.org Cc: atariace@hotmail.com Subject: [patch] Fix 02689: jumpbug: Jumpbug won't start second time around Hi mamedev, Some global state needs to be zeroed to fix this mametesters bug. ~aa
This commit is contained in:
parent
8ff67ece73
commit
3b25f68410
@ -2290,6 +2290,7 @@ static void common_init(
|
||||
galaxian_extend_tile_info_func extend_tile_info,
|
||||
galaxian_extend_sprite_info_func extend_sprite_info)
|
||||
{
|
||||
irq_enabled = 0;
|
||||
irq_line = INPUT_LINE_NMI;
|
||||
galaxian_frogger_adjust = FALSE;
|
||||
galaxian_sfx_tilemap = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user