- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
05422 | Sound | Minor | Always | Jan 10, 2014, 20:56 | Jan 12, 2014, 00:16 |
Tester | scoobydude51 | View Status | Public | Platform | MAME (Official Binary) |
Assigned To | Resolution | Open | OS | Windows Vista/7/8 (64-bit) | |
Status [?] | Confirmed | Driver | |||
Version | 0.152 | Fixed in Version | Build | Normal | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 05422: All sets in deco32.c, All sets in deco156.c: Volume is not working in service mode | ||||
Description | Volume is not working in service mode. it is blaring at the maximum level even though I set it to "00". | ||||
Steps To Reproduce | |||||
Additional Information | I also set the option "Loudness" at "Off", but that didn't work. | ||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | All sets in deco32.c, All sets in deco156.c | ||||
Attached Files
|
service_mode_with_vol_at_00.png (2,213 bytes) Jan 10, 2014, 20:56 Uploaded by scoobydude51 Service Mode with Volume at "00"
| ||||
Relationships
There are no relationship linked to this issue. |
Notes
3
No.10162
Tafoid Administrator
Jan 10, 2014, 21:01
|
While there is not an explicit note in the driver, there is a area which is believed to be the internal volume control which is NOP'd out:AM_RANGE(0x0410000, 0x0410003) AM_WRITENOP /* Some kind of serial bit-stream - digital volume control? */I would assume this would give the 0 value regardless of what it is changed to. |
---|---|
No.10163
scoobydude51 Tester
Jan 10, 2014, 21:27
edited on: Jan 10, 2014, 21:28 |
that explains everything. I changed the affected sets to "All Sets in deco32.c" because it seems like this code you mentioned is affecting all of the sets. |
No.10172
scoobydude51 Tester
Jan 12, 2014, 00:16
edited on: Jan 12, 2014, 00:19 |
EDIT: I discovered that the sets in deco156.c has this bug too. don't know why... |