SiS 5595 fixes, added the PC Chips M747, and corrected the name of the Aptiva.

This commit is contained in:
OBattler
2024-03-09 18:56:42 +01:00
parent 9006f31f45
commit d4fa99648e
6 changed files with 107 additions and 8 deletions

View File

@@ -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)