Remove conditional rom loading support

Commit c2039bd0ff made rom loading
automatic for non-PC architectures. Remove now mostly unused
conditional rom loading support.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2010-02-14 07:24:03 +00:00
parent ee0dc6d393
commit bc798c77e5
3 changed files with 0 additions and 9 deletions

View file

@ -41,7 +41,6 @@ void do_info_roms(Monitor *mon);
#define PC_ROM_ALIGN 0x800
#define PC_ROM_SIZE (PC_ROM_MAX - PC_ROM_MIN_VGA)
extern int rom_enable_driver_roms;
int rom_add_vga(const char *file);
int rom_add_option(const char *file);