Add the SOFTFLOAT_ONLY flag to the Quadtel 286 clone

Closes #2274
This commit is contained in:
Alexander Babikov
2023-09-15 00:40:57 +05:00
parent 363e48eaf5
commit 5ce223e469

View File

@@ -3067,7 +3067,7 @@ const machine_t machines[] = {
.max_multi = 0
},
.bus_flags = MACHINE_AT,
.flags = MACHINE_FLAGS_NONE,
.flags = MACHINE_SOFTFLOAT_ONLY,
.ram = {
.min = 512,
.max = 16384,