Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
02689 Multisession Minor Always Nov 29, 2008, 05:07 Dec 4, 2008, 10:19
Tester Robbbert View Status Public Platform MAME (Self-compiled)
Assigned To Atari Ace Resolution Fixed OS Windows XP/Vista 32-bit
Status [?] Resolved Driver
Version 0.128 Fixed in Version 0.128u5 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 02689: jumpbug: Jumpbug won't start second time around
Description Tested on 0.127 and 0.128 only.
Start the UI, start jumpbug. It works.
Press esc, start jumpbug again, get screen full of green zeroes.
Steps To Reproduce As above
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems jumpbug
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.03149
Atari Ace
Senior Tester
Nov 29, 2008, 06:08
This seems to fix it:

diff -Nru zz4/src/mame/drivers/galaxian.c 0hack/src/mame/drivers/galaxian.c
--- zz4/src/mame/drivers/galaxian.c	2008-11-24 00:29:14.717845100 -0800
+++ 0hack/src/mame/drivers/galaxian.c	2008-11-28 21:59:25.671875000 -0800
@@ -2290,6 +2290,7 @@
 	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;
User avatar
No.03177
Robbbert
Senior Tester
Nov 30, 2008, 07:41
That works fine, thanks.