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

Exploit fails to trigger on a console upgraded to 8MB #106

Open
OldBoredEE opened this issue Feb 21, 2023 · 3 comments
Open

Exploit fails to trigger on a console upgraded to 8MB #106

OldBoredEE opened this issue Feb 21, 2023 · 3 comments

Comments

@OldBoredEE
Copy link

This is pretty unusual case, but I thought it was worth reporting it in case anyone else runs into it.

Console is a SCPH-5501 (Boot ROM CRC = 8d8cb7e4) that's been expanded to have 8MB of main memory - on this console, going to the memory card screen with the FreePSXBoot memory card installed does nothing - it just displays the card as being blank. The card is working normally on another SCPH-5501 with the same boot ROM, but the original stock 2MB RAM. I guess something the exploit is relying on memory aliasing.

@nicolasnoble
Copy link
Collaborator

Yes, some versions of the exploit explicitly relies on the two address bits missing to roll over into kernel space. This indeed won't work on a modified console for which the bios requires this, as it'll hit upper ram instead of the kernel space.

@JMaxxL
Copy link

JMaxxL commented Apr 10, 2023

Is this the Asia VCD console ?

@OldBoredEE
Copy link
Author

Is this the Asia VCD console ?

No, it's regular SCPH-5501 retail NTSC:U/C unit - it's just had the RAM chips replaced with larger ones to expand the total memory to 8MB to match the memory on the development boards.

The SCPH-5903 has the same 2MB RAM as other retail consoles.

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

No branches or pull requests

3 participants