-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROMVER handle #29
Comments
@frno7 you can refer to the public datasheet for PS2 BOOTROM and DVDROM images: |
Great, thanks @AKuHAK! This is very helpful and I will update the code with your suggestions. |
@AKuHAK, please have a look at the updated commits 2d0ca47, f02bae6 and 49d385c. Are all variants covered? Also, there is a bug in Linux Lines 381 to 384 in 044d39c
See #31 for details and a provisional fix. |
Almost correct - just a few corrections: |
Region 'E' also was used for Australian units. Region 'A' also was used for Mexican units. |
@AKuHAK, please check commits 9794197, 12ca554 and 6df106a. Hopefully I got it right now.
I made a comment for this: Line 401 in 6df106a
I made a comment for that as well: Line 403 in 6df106a
I made a note for it: linux/arch/mips/include/asm/mach-ps2/rom.h Line 140 in 9794197
|
Yes, now is correct :) I hope this issue can be closed as resolved. |
Thanks a lot, @AKuHAK! In addition to the ROM, I understand that there are regions for discs, CSS, video mode and Magic Gate as well, so we may want to revisit regions later on. Commit 408db21 approximates the video region with the ROM region, which I believe is not an entirely correct simplification. |
linux/arch/mips/ps2/rom.c
Line 415 in 1a3ad68
ROMVER should be handled in a slightly different way. To detect if a console is a tool you should check rom_region_name, If rom_region_name == "T" then this is TOOL (or Namco system).
rom_type_name can only be "C", "D" or "Z" btw. Z - only in Namco systems
Also
rom_region_name can be also "X" - for DTL-H10000 (0101XD20000224) TEST machine.
Below all ROMVER strings:
ROMVER
0100JC20000117
0100TD20000117
0100TD20000117
0100TD20000125
0101JC20000217
0101JD20000217
0101XD20000224
0100TZ20000306
0110AC20000727
0110AD20000727
0120AC20000902
0120EC20000902
0120ED20000902
0120JC20001027
0150AC20001228
0150AD20001228
0150EC20001228
0150ED20001228
0150JC20010118
0150JD20010118
0160AC20010427
0160JC20010427
0160AC20010704
0160EC20010704
0160HC20010730
0160AC20011004
0160EC20011004
0160AC20020207
0160EC20020319
0160EC20020426
0160HC20020426
0160JC20020426
0170JC20030206
0180CD20030224
0170EC20030227
0170ED20030227
0170AC20030325
0170AD20030325
0190AC20030623
0190CC20030623
0190EC20030623
0190HC20030623
0190JC20030623
0190EC20030822
0190JC20030822
0180JC20031028
0100TD20031031
0190AC20040329
0200AC20040614
0200EC20040614
0200HC20040614
0200JC20040614
0210JC20040917
0220AC20050620
0220EC20050620
0220HC20050620
0220JC20050620
0100TD20051124
0220AC20060210
0220EC20060210
0220HC20060210
0220JC20060210
0220AC20060905
0220AD20060905
0220EC20060905
0220HC20060905
0220JC20060905
0230AC20080220
0230EC20080220
0230HC20080220
0250EC20100415
0220JD20121227
The text was updated successfully, but these errors were encountered: