- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
00201 | Misc. | Trivial | Have not tried | Jan 26, 2008, 19:58 | Jan 28, 2015, 11:25 |
Tester | Stefan Lindberg | View Status | Public | Platform | |
Assigned To | Kale | Resolution | Fixed | OS | |
Status [?] | Resolved | Driver | |||
Version | 0.104u9 | Fixed in Version | 0.143u6 | Build | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 00201: stdragon: In the rom check of Jaleco's Saint Dragon (megasys1.c) it says "error". | ||||
Description |
In the rom check of Jaleco's Saint Dragon (megasys1.c) it says "error". Hold down service button when resetting to enter testmode :-) |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | stdragon | ||||
Attached Files
|
stdragon0104u9gre.png (1,342 bytes) Feb 13, 2008, 21:51
| ||||
Relationships
There are no relationship linked to this issue. |
Notes
4
No.03684
M.A.S.H. Senior Tester
Jan 29, 2009, 03:18
|
Saint Dragon patched the protection in the DRIVER_INIT with: RAM[0x00045e/2] = 0x0098; So the ROM test fails. The correct value is 0x0028. If you set the value to 0x0028 in the debugger before the ROM test, the test shows 'OK'. This report can be closed. |
---|---|
No.03707
ShimaPong Tester
Jan 31, 2009, 14:58
|
If replace with 0x0028, the game stops at boot. I don't understand why this report can be closed. |
No.11396
Kale Developer
Jan 25, 2015, 04:14
|
ROM test says OK to me, it surely got fixed when I've removed the ROM patch. |
No.11398
M.A.S.H. Senior Tester
Jan 25, 2015, 11:54
|
Fixed in r13805: Added preliminary MCU handshake simulation sequence for astyanax, hachoo, jitsupro, plusalph, stdragon and removed ROM patches in those games [Angelo Salese] |