Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
06145 DIP/Input Major Always Feb 29, 2016, 00:49 Feb 29, 2016, 21:18
Tester WindDrake View Status Public Platform MAME (Self-compiled)
Assigned To Haze Resolution Fixed OS Windows Vista/7/8 (64-bit)
Status [?] Resolved Driver
Version 0.171 Fixed in Version 0.172 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 06145: gorf and clones: Gorf Outputs missing Quark Laser (Joystick) Lamp Output
Description Astrocde.c line 350 Reads:

case 7: osd_printf_debug("io_2:%d\n", data); break;

This output should be piped to a lamp output as it is the output that enables the Quark Laser lamp on the joystick assembly when the game is in play.

Code can be changed to (example)
case 7: output().set_lamp_value(7, data); break;

Which makes MAME properly generate the Quark Laser lamp output.
Steps To Reproduce
Additional Information
Github Commit
Flags Verified with Code
Regression Version
Affected Sets / Systems gorf and clones
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.12411
Robbbert
Senior Tester
Feb 29, 2016, 21:18
Suggestion applied.