JasonA wrote: ↑Wed Aug 16, 2023 9:53 amCheers for the heads up!
zakk: if you have any expertise with main, could you add another OSD option to load an extended rom? CD32 has one I believe. Would be good to keep them separate and load correctly into mem, still allowing the A1000 roms to work correctly in the memory map.
I didn't see a response to this so I thought I'd drop a message based on my memory and tests from a while back.
If you have a 3.0/3.1 rom and the CD32 extension rom, you need to concatenate the two so that the CD32 ext. rom is the first in the file.
e.g. in Windows
copy /b cd32ext.rom+ks30.rom cd32.rom
The core detects the size and puts the ROMs in the correct locations, assuming nothing has changed around that part of the core.