Skip to content

Commit

Permalink
Added SCPH-90006 CR
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Jul 18, 2023
1 parent 2b55973 commit a3a31cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* MonkeyBoyJoey - Experimental testing on PSX1/PSX2
* HowlingWolfHWC - for graphics for PS2 Bravia, PSX1 and PSX2
* Senyuki for testing on PS2 Bravia KDL-22PX300
* blckbear, [AndytheGamer329](https://github.com/MechaResearch/MechaPwn/issues/created_by/AndytheGamer329), [hikkamorii](https://github.com/MechaResearch/MechaPwn/issues/83), [angelsix](https://github.com/MechaResearch/MechaPwn/issues/created_by/angelsix), [Cowfood](https://github.com/Cowfood), [CK121212](https://github.com/CK121212), Feng, [ayuayu2](https://github.com/ayuayu2), [elkiot](https://github.com/elkiot), Blondie2282, [SubmergedMaid](https://github.com/SubmergedMaid), Cubelia, [egarjanis](https://github.com/egarjanis), ModzvilleUSA, [KitGit93](https://github.com/KitGit93), [skipper5000](https://github.com/skipper5000), [romechh](https://github.com/romechh), [sixsixsixties](https://github.com/sixsixsixties), Stanley Chan, [nitrostemp](https://github.com/nitrostemp), [Big Boss](https://discord.com/users/Big%20Boss#3689), [spnkhardy](https://github.com/spnkhardy), [israpps](https://github.com/israpps), Simon Huerta Reyes, [RaikouSRL](https://github.com/RaikouSRL), [RosalinaSama](https://github.com/RosalinaSama), [mikepparks](https://github.com/mikepparks), [AnggelGrind](https://github.com/AnggelGrind), [Vladstvo](https://github.com/Vladstvo), [loser2023sgyt](https://github.com/loser2023sgyt), [viarurla](https://github.com/viarurla), Adamdead#0993, Awakening, [jamestoando](https://github.com/jamestoando), [daniel-virtu](https://github.com/daniel-virtu), [CocoaCappuccino](https://github.com/CocoaCappuccino), armorant, [Raiden-64](https://github.com/Raiden-64), [KNIGTBakura](https://github.com/KNIGTBakura), [RaikouSRL](https://github.com/RaikouSRL) and others for providing Model IDs and sticker photos.
* blckbear, [AndytheGamer329](https://github.com/MechaResearch/MechaPwn/issues/created_by/AndytheGamer329), [hikkamorii](https://github.com/MechaResearch/MechaPwn/issues/83), [angelsix](https://github.com/MechaResearch/MechaPwn/issues/created_by/angelsix), [Cowfood](https://github.com/Cowfood), [CK121212](https://github.com/CK121212), Feng, [ayuayu2](https://github.com/ayuayu2), [elkiot](https://github.com/elkiot), Blondie2282, [SubmergedMaid](https://github.com/SubmergedMaid), Cubelia, [egarjanis](https://github.com/egarjanis), ModzvilleUSA, [KitGit93](https://github.com/KitGit93), [skipper5000](https://github.com/skipper5000), [romechh](https://github.com/romechh), [sixsixsixties](https://github.com/sixsixsixties), Stanley Chan, [nitrostemp](https://github.com/nitrostemp), [Big Boss](https://discord.com/users/Big%20Boss#3689), [spnkhardy](https://github.com/spnkhardy), [israpps](https://github.com/israpps), Simon Huerta Reyes, [RaikouSRL](https://github.com/RaikouSRL), [RosalinaSama](https://github.com/RosalinaSama), [mikepparks](https://github.com/mikepparks), [AnggelGrind](https://github.com/AnggelGrind), [Vladstvo](https://github.com/Vladstvo), [loser2023sgyt](https://github.com/loser2023sgyt), [viarurla](https://github.com/viarurla), Adamdead#0993, Awakening, [jamestoando](https://github.com/jamestoando), [daniel-virtu](https://github.com/daniel-virtu), [CocoaCappuccino](https://github.com/CocoaCappuccino), armorant, [Raiden-64](https://github.com/Raiden-64), [KNIGTBakura](https://github.com/KNIGTBakura), [RaikouSRL](https://github.com/RaikouSRL), [oxosoda](https://github.com/oxosoda) and others for providing Model IDs and sticker photos.

## I would like to join this list. How can I help with the project?

Expand Down
11 changes: 6 additions & 5 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1403,11 +1403,11 @@ void checkUnsupportedVersion()
else if (ModelId == 0xd485)
sprintf(RealModelName, "SCPH-90002");
/* else if (ModelId == 0xd486)
sprintf(RealModelName, "???");
sprintf(RealModelName, "??? SCPH-90003");
else if (ModelId == 0xd487)
sprintf(RealModelName, "??? SCPH-90003 CB");
else if (ModelId == 0xd488)
sprintf(RealModelName, "??? SCPH-90005 CR"); */
else if (ModelId == 0xd488)
sprintf(RealModelName, "SCPH-90006 CR");
else if (ModelId == 0xd489)
sprintf(RealModelName, "SCPH-90007 CR");
else if (ModelId == 0xd48a)
Expand All @@ -1419,7 +1419,7 @@ void checkUnsupportedVersion()
else if (ModelId == 0xd48d)
sprintf(RealModelName, "SCPH-90008 SS");
/* else if (ModelId == 0xd48e)
sprintf(RealModelName, "??? SCPH-90006 CR"); */
sprintf(RealModelName, "??? SCPH-90008 CR"); */
else if (ModelId == 0xd48f)
sprintf(RealModelName, "PX300-1");
else if (ModelId == 0xd490)
Expand Down Expand Up @@ -1459,7 +1459,8 @@ void checkUnsupportedVersion()
else if ((ModelId == 0xd404) || (ModelId == 0xd41b) || (ModelId == 0xd41d) ||
(ModelId == 0xd21d) || (ModelId == 0xd220) || (ModelId == 0xd22b))
sprintf(color, "Blue");
else if ((ModelId == 0xd489) || (ModelId == 0xd48b) || (ModelId == 0xd491))
else if ((ModelId == 0xd488) || (ModelId == 0xd489) || (ModelId == 0xd48b) ||
(ModelId == 0xd491))
sprintf(color, "Cinnabar Red");
else if (ModelId == 0xd413)
sprintf(color, "Gold");
Expand Down

0 comments on commit a3a31cb

Please sign in to comment.