Machine flags change and the PS/ValuePointer P60 now has the MACHINE_VIDEO_8514A flag as well.

This commit is contained in:
OBattler
2023-08-22 19:51:13 +02:00
parent e0296e7b4c
commit e3cc8eaf5d
3 changed files with 33 additions and 37 deletions

View File

@@ -278,7 +278,7 @@ MachineStatus::hasIDE()
bool
MachineStatus::hasSCSI()
{
return machine_has_flags(machine, MACHINE_SCSI_DUAL) > 0;
return machine_has_flags(machine, MACHINE_SCSI) > 0;
}
void