SiS 5595 fixes, added the PC Chips M747, and corrected the name of the Aptiva.
This commit is contained in:
@@ -722,11 +722,11 @@ machine_at_pc330_6573_common_init(const machine_t *model)
|
||||
}
|
||||
|
||||
int
|
||||
machine_at_aptiva_cm_init(const machine_t *model)
|
||||
machine_at_aptiva_510_init(const machine_t *model)
|
||||
{
|
||||
int ret;
|
||||
|
||||
ret = bios_load_linear("roms/machines/aptiva_cm/$IMAGES.USF",
|
||||
ret = bios_load_linear("roms/machines/aptiva_510/$IMAGES.USF",
|
||||
0x000e0000, 131072, 0);
|
||||
|
||||
if (bios_only || !ret)
|
||||
|
||||
Reference in New Issue
Block a user