Fix another compile error

This commit is contained in:
Jasmine Iwanek
2023-08-22 18:10:24 -04:00
committed by GitHub
parent c29983f63e
commit 18d2a030ce

View File

@@ -26,7 +26,7 @@
#include <86box/win.h>
#define MACHINE_HAS_IDE (machine_has_flags(machine, MACHINE_IDE_QUAD))
#define MACHINE_HAS_SCSI (machine_has_flags(machine, MACHINE_SCSI_DUAL))
#define MACHINE_HAS_SCSI (machine_has_flags(machine, MACHINE_SCSI))
#define CASSETTE_FIRST 0
#define CARTRIDGE_FIRST CASSETTE_FIRST + 1