Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05598 Gameplay Major Always Jun 2, 2014, 18:46 Jun 2, 2014, 19:39
Tester Tafoid View Status Public Platform MAME (Official Binary)
Assigned To hap Resolution Fixed OS Windows Vista/7/8 (64-bit)
Status [?] Resolved Driver
Version 0.153 Fixed in Version 0.154 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 05598: mole: At the beginning of second round, game becomes unplayable
Description Once you've finished the first round and as the second level begins, you lose all control and ability to whack anything and all the moles come on to the screen at increase speeds/rates and quickly the game is over. Coining and restarting results in the same inability to whack. Using F3/Reset does bring back functionality until you hit the beginning of the second round again.
Steps To Reproduce First first level and attempt to play the second.
I've attached a save state to bring you just before the second level starts for 0.153 binary.
Place 1.sta into sta/mole folder and use '-state 1' in command line to load or use the F7 key while emulation is running, selecting slot '1'
Additional Information Regression traced back to the day where there were IRQ changes to the m6502 core (r18880).
Github Commit
Flags
Regression Version 0.147u3
Affected Sets / Systems mole
Attached Files
zip file icon 1.zip (858 bytes) Jun 2, 2014, 18:46 Uploaded by Tafoid
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.10753
hap
Developer
Jun 2, 2014, 19:39
looks like 6502 safe_pc() is different from before, this means that anything using 6502 safe_pc() for hacky protection emulation or speedups or whatever potentially broke at the 6502 rewrite