- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
06894 | Crash/Freeze | Critical (emulator) | Always | Feb 27, 2018, 20:43 | Mar 14, 2018, 23:23 |
Tester | Tafoid | View Status | Public | Platform | MAME (Official Binary) |
Assigned To | Resolution | Fixed | OS | Windows Vista/7/8 (64-bit) | |
Status [?] | Resolved | Driver | |||
Version | 0.195 | Fixed in Version | 0.196 | Build | 64-bit |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 06894: ridingf, ringrage and clones: Exception after logo is displayed | ||||
Description |
|
||||
Steps To Reproduce | |||||
Additional Information |
If it doesn't crash normally, it will almost certainly when you unthrottle emulation or use Fast Forward Fallout from the following commits: https://github.com/mamedev/mame/commit/4aa6f2a3429868945510181c1415885d97852ca8 https://github.com/mamedev/mame/commit/35d46f44df59aefadfccc5f0767e11355a33b4e1 |
||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.195 | ||||
Affected Sets / Systems | ridingf, ringrage and clones | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
4
No.14791
Robbbert Senior Tester
Feb 27, 2018, 22:49
|
The problem is a buffer overflow in the new ES5510 device. The array "dram" is size 0x100000, but it tries to write much data to 0x1Fxxxx, at which point it crashes. I don't know if "dram" needs to doubled in size, or if the reads & writes need to be masked. |
---|---|
No.14836
Robbbert Senior Tester
Mar 14, 2018, 22:52
|
This seems to be fixed now? Can someone confirm? |
No.14837
Tafoid Administrator
Mar 14, 2018, 23:23
|
Seems to be.. Suspect fixing revision is this: https://github.com/mamedev/mame/commit/25472091b626bd01ef47f11389a4b2ebe0fc0008 |
No.14838
Tafoid Administrator
Mar 14, 2018, 23:23
|
Fixed by cam900 |