Posted By
Harry Potter on 2024-02-28 06:21:17
| Re: Cartridge Challenge :: New 3+1 ROM
Try copying code to Low memory to switch out the cartridge ROM, do the access, switch back in the cartridge ROM then return to the caller. BTW, I just finished reading your post. I encountered the same problem while trying a 32k cartridge setup for cc65. I've only been able to have a setup where only the low 16k is visible and extra code accesses the high 16k for data. For those here who use cc65 to program Plus4/C16 cartridges, I have two memory configurations for cartridges: one for 16k and one for 32k as described. They both load into C1. If you want, I can post a link to them.
|