Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
08375 DIP/Input Major Always Jul 11, 2022, 21:50 Jul 17, 2022, 01:05
Tester Hammy View Status Public Platform MAME (Official Binary)
Assigned To Resolution Open OS Windows Vista/7/8 (64-bit)
Status [?] Confirmed Driver
Version 0.245 Fixed in Version Build 64-bit
Fixed in Git Commit Github Pull Request #
Summary 08375: tharrier: Dip switches not working (protection related)
Description I was looking into this game and found the protection is not correct...
Dip switches don't work... Answer why is below...

Also, unrelated to the above, there seems to be some sprite clipping issues with the bosses on later levels?
Steps To Reproduce Adjust dipswitches
Additional Information They Dipswitches are actually read at 4D4 / 80002 along with all the other inputs.
The MCU must cycle configs of what it's mapping here.

"Are you ready" also does not work, this is due to the read at 80002 @ 6d6a
It should be reading from the control area.

The bit that baffles me is the start / coin area however that is fine.
Github Commit
Flags
Regression Version
Affected Sets / Systems tharrier
Attached Files
png file icon 0000.png (20,554 bytes) Jul 17, 2022, 01:04 Uploaded by Hammy
Hammy
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.20385
Tafoid
Administrator
Jul 15, 2022, 12:51
Only confirmed dip switches not appearing to work (credit adjustments)
User avatar
No.20392
Hammy
Tester
Jul 17, 2022, 01:05
Updated with sprite error snap, maybe worth splitting into 2 separate bugs not sure.