mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, add some superfighter mappers
This commit is contained in:
parent
0944973525
commit
60392bf469
5 changed files with 158 additions and 1 deletions
|
@ -777,7 +777,7 @@ PICO_INTERNAL void PicoMemSetup(void)
|
|||
|
||||
// Common case of on-cart (save) RAM, usually at 0x200000-...
|
||||
if ((Pico.sv.flags & SRF_ENABLED) && Pico.sv.data != NULL) {
|
||||
sstart = Pico.sv.start;
|
||||
sstart = Pico.sv.start & ~mask;
|
||||
rs = Pico.sv.end - sstart;
|
||||
rs = (rs + mask) & ~mask;
|
||||
if (sstart + rs >= 0x1000000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue