motorollin wrote:
I think I'll set up UAE and see what I can remove. How did you get your KickFlash device to work with 1MB?
If you're running UAE with host directories mounted as amiga drives, use $e00000 as the base address when building an extended ROM as UAE uses a filesystem thats hardcoded into the $f0000 space..plus it clashes with a 'magic window' for the Amiga side to communicate with UAE.
Also use the CD32 version of exec44/45 in the 'normal' rom ,as the other versions don't search for extended roms in the $e00000 space.
If the extended rom doesn't contain exec, you need to put the example romheader (in remus/others/romheader) as the first item in the build list to get the normal rom booting first.
I guess all this stuff should get added to the docs, at least I'm honest and admit they're crap :-D
As for the kickflash, I did it similar to the way RedSkull did it in his
kf500, except I've mapped the $f8 part to the lower half and the $e0 part to the upper half because I want to use the flash's 32kb(16kb in each chip) parameter block as non-volatile memory :sealed: