Jeroen wanted the system BIOS to scan for additional ROMs (images).
I added code to do that. Also, integrated the SDL hacks from Martin.
I haven't tested them yet.
ROM images can be loaded anywhere's from C0000 .. E0000 on 2k boundaries.
Search for 'expansion' in the rombios.c file for more info
(in comments) on this. It describes the expected header info etc.
-Kevin
- "Kevin P. Lawton" <[EMAIL PROTECTED]>: Thu Aug 17 00:55:17 EDT 2000
Added SDL code from Martin Garton (untested)
System BIOS now scans for additional ROMs, and calls the initialization
routine in them, if they exist.