Closed GoogleCodeExporter closed 9 years ago
This is completely different than ROM patching: ISOs are accessed by sectors
(2048 bytes), a new sector being read every 1/75s so temporary patching the
wole ISO is not possible, the file being read only partially when required. It
would require looking for the sector address vs the address to patch everytime
you read a new sectors, which would be very unefficient (even with patching
disabled, the code would still need to check at every sectors if patching is
enabled or not).
ROM patching won't work since there is no ROM and the memory map with Mega CD
is completely different than with a normal cartridge so it makes absolutely no
sense trying ROM patches like you did.
RAM patches are still working but will only affect the Mega Drive side RAM.
Original comment by ekeeke31@gmail.com
on 27 Jun 2014 at 10:45
Okay. Just wondering.
Original comment by 47isc...@gmail.com
on 27 Jun 2014 at 5:08
Original issue reported on code.google.com by
47isc...@gmail.com
on 27 Jun 2014 at 6:09