- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 04866 | Crash/Freeze | Minor | Always | May 24, 2012, 23:08 | May 24, 2012, 23:47 |
| Tester | M.A.S.H. | View Status | Public | Platform | MAME (Self-compiled) |
| Assigned To | M.A.S.H. | Resolution | Fixed | OS | Windows XP |
| Status [?] | Resolved | Driver | |||
| Version | 0.146 | Fixed in Version | 0.146u1 | Build | Normal |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary | 04866: raiders5: Fails the RAM test | ||||
| Description |
Raiders5 fails the RAM test since 0.145u7. In the ADDRESS_MAP was "share1" accidentally replaced with "fg_videoram". Changed line 263 from AM_RANGE(0xe000, 0xe7ff) AM_RAM AM_SHARE("fg_videoram") back to AM_RANGE(0xe000, 0xe7ff) AM_RAM AM_SHARE("share1") and line 273 from AM_RANGE(0xa000, 0xa7ff) AM_RAM AM_SHARE("fg_videoram") back to AM_RANGE(0xa000, 0xa7ff) AM_RAM AM_SHARE("share1") |
||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | 0.145u7 | ||||
| Affected Sets / Systems | raiders5 | ||||
|
Attached Files
|
|||||
Relationships
| There are no relationship linked to this issue. |
Notes
0
| There are no notes attached to this issue. |