You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The read-only memory (ROM) and random-access memory (RAM) configurations vary between different models of PlayStation 2 hardware. A single, simplified, configuration is currently used for all models:
Here maximum RAM is defined in config, but it is possible to determine console type by proceeding with some commands.
Also, I noticed that last 4096 bytes of RAM is not usable for some reason, so probably you should map 0x02000000 - 0x10000 = 0x01FFF000
frno7
changed the title
Accurately model read-only memory (ROM)
Accurately model read-only memory (ROM) and random-access memory (RAM)
Apr 22, 2022
frno7
changed the title
Accurately model read-only memory (ROM) and random-access memory (RAM)
Accurately model RAM and ROM configurations
Apr 22, 2022
The read-only memory (ROM) and random-access memory (RAM) configurations vary between different models of PlayStation 2 hardware. A single, simplified, configuration is currently used for all models:
linux/arch/mips/ps2/memory.c
Lines 41 to 43 in 59a11ab
See #28 (comment) for additional details.
The text was updated successfully, but these errors were encountered: