AOpen AP5S: Fix BIOS loading.
This commit is contained in:
@@ -756,10 +756,7 @@ machine_at_ap5s_init(const machine_t *model)
|
||||
|
||||
device_context(model->device);
|
||||
fn = device_get_bios_file(machine_get_device(machine), device_get_config_bios("bios"), 0);
|
||||
if (!strcmp(fn, "roms/machines/sb486pv/amiboot.rom"))
|
||||
ret = bios_load_linear(fn, 0x000e0000, 131072, 0);
|
||||
else
|
||||
ret = bios_load_linear_inverted(fn, 0x000e0000, 131072, 0);
|
||||
ret = bios_load_linear(fn, 0x000e0000, 131072, 0);
|
||||
device_context_restore();
|
||||
|
||||
machine_at_common_init_ex(model, 2);
|
||||
|
||||
Reference in New Issue
Block a user