Skip to content
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

refactor console database #245

Merged
merged 5 commits into from
Dec 10, 2024
Merged

refactor console database #245

merged 5 commits into from
Dec 10, 2024

Conversation

israpps
Copy link
Contributor

@israpps israpps commented Dec 3, 2024

EEPROM model is SYSTEM246

Adding it here bc this is the only place where they're located...

I once thought of making the console ID detection code found here into a library for PS2SDK.

EEPROM model is `SYSTEM246`
@israpps israpps marked this pull request as draft December 3, 2024 15:04
@israpps israpps changed the title add console ID for namco system 246 Rack C refactor console database Dec 3, 2024
@israpps israpps marked this pull request as ready for review December 3, 2024 17:04
{0xd48f, "PX300-1", PS2TV, BLACK},
{0xd490, "PX300-2", PS2TV, BLACK},
{0xd491, "SCPH-90010 CR", 0, CINNABAR_RED}, // SM3
{0x9000, "SYSTEM246 C", COH, BLACK},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I don't like seeing here System 246/256. It seems that they dont have static value here, but instead it is part of their internal serial number. This means that other system246 will have a value that will differ a lot from 0x9000. You can make another PR once you confirm that other system246 always use 0x9000

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you 100% sure?

Remember we're missing 3 units including that one: 246C, 256, S256

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not 100%, but about 90%, there few signs for it - structure does not meet Sony standarts, low and upper 8 bytes are identical, some nvram dumps doesnt have model name. This really requires more than one dump for making assumption, id rather assume that after COH-H30000 they dropped Sony standart support and just use pure SCMD mechacon commands for their internal purposes.

@AKuHAK AKuHAK merged commit 54b21e9 into MechaResearch:master Dec 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants