Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed verify bug for VRAM and skip IO implementation
When verifying data in VRAM, the bank wrap check was executed unconditionally, which caused verify errors if it reached address $c000. New implementation: when loading large PRG files from 0801, it skips now the IO area from $9f00 to $9fff, and loads the rest of the program in banked RAM. Same implementation as already implemented in C with LOAD_HYPERCALLS enabled, and with the "-prg" argument of the emulator, see here: commanderx16/x16-emulator#188
- Loading branch information