- --
Viewing Issue Advanced Details
[ Jump to Notes ]
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
03582 | Sound | Minor | Have not tried | Dec 14, 2009, 04:05 | Jan 3, 2015, 18:47 |
Tester | Firewave | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Resolution | Open | OS | ||
Status [?] | Confirmed | Driver | |||
Version | 0.135u3 | Fixed in Version | Build | Debug | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 03582: Various: [debug] Clipping when loading state with -autosave | ||||
Description |
When you load a state with -autosave you will get clipping. Run MAME like this: mame -str 2 -autosave mario The first time it's okay: Speaker "mono" - max = 46689 (gain *= 0.701814) - 0% samples clipped But the second time (it will just exit): Speaker "mono" - max = 46929 (gain *= 0.698225) - 80% samples clipped It's just a problem with the drivers listed (not all sets of them) and it's recent. |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | Debug build specific | ||||
Regression Version | < 0.132u2 | ||||
Affected Sets / Systems | Various | ||||
Attached Files
|
|||||
Relationships
|
Notes
3
No.05284
Firewave Senior Tester
Dec 15, 2009, 18:02
|
There are also a few other drivers affected and looking at the chips they share it's either "Discrete" or "DAC". |
---|---|
No.10557
Firewave Senior Tester
Apr 10, 2014, 21:58
|
galaxian.c: amidars, and others (when loading -autosave) Speaker ":mono" - max = 104228 (gain *= 0.314378) - 26% samples clipped homedata.c: mjyougo (when loading -autosave state) Speaker ":mono" - max = 37373 (gain *= 0.876756) - 47% samples clipped galaxold.c: guttangt, and others (when loading -autosave state) Speaker ":mono" - max = 59898 (gain *= 0.547047) - 8% samples clipped alpha68k.c: kyrosj, kyros (when loading -autosave state) Speaker ":mono" - max = 38016 (gain *= 0.861927) - 57% samples clipped bwidow.c: gravitar, and others (when loading -autosave state) Speaker ":mono" - max = 35004 (gain *= 0.936093) - 1% samples clipped bsktball.c: bsktball (when loading -autosave state) Speaker ":mono" - max = 41379 (gain *= 0.791875) - 60% samples clipped mario.c: marioo, and others (when loading -autosave state) Speaker ":mono" - max = 77356 (gain *= 0.423587) - 99% samples clipped |
No.11345
Firewave Senior Tester
Jan 3, 2015, 18:47
edited on: Jan 3, 2015, 18:48 |
dkong.c: pestplce, and others Speaker ":mono" - max = 65272 (gain *= 0.502007) - 30% samples clipped m52.c: alpha1v Speaker ":mono" - max = 75544 (gain *= 0.433747) - 12% samples clipped |