Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05678 DIP/Input Major Have not tried Aug 17, 2014, 21:38 Aug 26, 2014, 11:26
Tester Tafoid View Status Public Platform
Assigned To Resolution Open OS
Status [?] Confirmed Driver
Version 0.154 Fixed in Version Build
Fixed in Git Commit Github Pull Request #
Summary 05678: dbc: Unable to coin/play
Description Unable to coin up or add credit to play
Steps To Reproduce
Additional Information Traced to r14679 (deprecat.c function cleanup)
Github Commit
Flags
Regression Version 0.144u3
Affected Sets / Systems dbc
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.10950
Osso
Moderator
Aug 26, 2014, 11:26
In the lhb MACHINE_CONFIG, changing
MCFG_TIMER_ADD_PERIODIC("timer_irq", lhb_timer_irq_cb, attotime::from_hz(240))
to
MCFG_TIMER_ADD_PERIODIC("timer_irq", lhb_timer_irq_cb, attotime::from_hz(120))
makes the game coin up again.

Not a solution, but maybe it can be of help identify the real problem.