It is the M240 that has the internal HDC, not the M24.

This commit is contained in:
OBattler
2022-11-09 04:32:59 +01:00
parent aaac0ed92f
commit f807bb2ccc
2 changed files with 5 additions and 4 deletions

View File

@@ -2064,7 +2064,7 @@ const machine_t machines[] = {
.max_multi = 0
},
.bus_flags = MACHINE_PC,
.flags = MACHINE_VIDEO | MACHINE_MOUSE | MACHINE_MFM,
.flags = MACHINE_VIDEO | MACHINE_MOUSE,
.ram = {
.min = 128,
.max = 640,
@@ -2101,7 +2101,7 @@ const machine_t machines[] = {
.max_multi = 0
},
.bus_flags = MACHINE_PC,
.flags = MACHINE_FLAGS_NONE,
.flags = MACHINE_MFM,
.ram = {
.min = 128,
.max = 640,