- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 09405 | Crash/Freeze | Minor | Have not tried | 18 hours ago | 9 hours ago |
| Tester | motomachi16 | View Status | Public | Platform | MAME (Official Binary) |
| Assigned To | hap | Resolution | Fixed | OS | Windows (x64) |
| Status [?] | Resolved | Driver | |||
| Version | 0.286 | Fixed in Version | 0.287GIT | Build | x64 |
| Fixed in Git Commit | b29461b | Github Pull Request # | |||
| Summary | 09405: salamand and clones: Restart the game, the title screen doesn't appear. | ||||
| Description |
Restart the game by pressing the F3 key while it is running and proceed, the screen will remain black at the title screen and will not proceed. It does react to coin insertion, so it may be a little different from freezing. Only Lifeforce (Japan) shows an error in the RAM on the ROM check screen. |
||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | |||||
| Affected Sets / Systems | salamand and clones | ||||
|
Attached Files
|
lifefrcej
| ||||
Relationships
Notes
2
|
No.24236
JimCarlTay Senior Tester
15 hours ago
|
Confirmed. The attract mode will go erratic graphically for a while after F3 is pressed, then the bug happens. |
|---|---|
|
No.24237
hap Developer
9 hours ago
|
Soft reset bugs in MAME (by pressing F3) might not caused by emulation bugs, but because the game never accounted for it, like an IRQ at the same time as reset, or RAM not cleared to 0. Anyway, in this case it was due to missing interrupt clear. According to Nemesis schematics, disabling irqs clears them, and this also fixed the soft reset issues in this driver. I'll leave the duplicate closed bug reports alone and set this to resolved. |