fixed small issue

This commit is contained in:
Jess Lovelace
2022-02-02 16:53:26 -05:00
parent 5ed5d73cee
commit a69033fc9e

View File

@@ -1691,7 +1691,7 @@ acpi_reset(void *priv)
- Bit 3: 80-conductor cable on secondary IDE channel (active low)
- Bit 1: 80-conductor cable on primary IDE channel (active low) */
dev->regs.gpi_val = 0xfff57fc1;
if (!strcmp(machine_get_internal_name(machine), "ficva503a") || !strcmp(machine_get_internal_name(machine), "6via90ap"))
if (!strcmp(machine_get_internal_name(), "ficva503a") || !strcmp(machine_get_internal_name(), "6via90ap"))
dev->regs.gpi_val |= 0x00000004;
}