- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
01151 | DIP/Input | Minor | Have not tried | Feb 12, 2008, 07:16 | Feb 9, 2011, 16:41 |
Tester | Bugfinder | View Status | Public | Platform | |
Assigned To | Resolution | Bugs That Aren't Bugs | OS | ||
Status [?] | Resolved | Driver | |||
Version | 0.37b15 | Fixed in Version | Build | ||
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 01151: bagman, sbagman: Can't receive coins during a 2-player game when the black screen written "PLAYER 1" and "PLAYER 2" is shown. | ||||
Description | Can't receive coins during a 2-player game when the black screen written "PLAYER 1" and "PLAYER 2" is shown. Possibly a bug in the game? | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | bagman, sbagman | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
2
No.07177
phantomdj Tester
Feb 8, 2011, 23:44
|
I have analzyed the game's code and this behavoiur seems intentional. The interrupt routine normally collects the inputs, which includes the coin switches. However, during the black screen between players in a 2 player game, a flag is set which causes the interrupt routine to skip over the reading of the inputs and credit switches. This behaviour can easily be bypassed by setting the following breakpoint in the debugger console. With this breakpoint, you can now enter coins in this screen between players. bp 0098,A<0F,{pc=0391 ; g} I would expect an actual machine to have the same problem. This should probably be labelled as a "bug that is not a bug" [BTNB] Don Hodges |
---|---|
No.07178
hap Developer
Feb 9, 2011, 16:41
|
thanks again |