Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04787 Sound Minor Always Apr 29, 2012, 16:41 Apr 29, 2012, 20:58
Tester darq View Status Public Platform MAME (Self-compiled)
Assigned To Resolution Fixed OS Windows Vista/7 (64-bit)
Status [?] Resolved Driver
Version 0.145u7 Fixed in Version 0.145u8 Build
Fixed in Git Commit Github Pull Request #
Summary 04787: dealer: Missing sounds
Description AY8910 is not hooked up.

Please add:
AM_RANGE(0x34, 0x34) AM_DEVWRITE_LEGACY("aysnd", ay8910_data_w)
AM_RANGE(0x3C, 0x3C) AM_DEVWRITE_LEGACY("aysnd", ay8910_address_w)
to dealer_io_map.

Note:
the watchdog_reset_w @port 0x40 should be enabled (currently is commented) otherwise the game will hang when you exit in service mode.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems dealer
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.08477
hap
Developer
Apr 29, 2012, 20:58
thanks