Added the internal hard disk controller option to the T1200 and V86P.

This commit is contained in:
OBattler
2022-10-24 23:06:25 +02:00
parent 787a6b81f7
commit 0ff86c50df
3 changed files with 9 additions and 2 deletions

View File

@@ -2066,7 +2066,7 @@ const machine_t machines[] = {
.max_multi = 0
},
.bus_flags = MACHINE_PC,
.flags = MACHINE_VIDEO,
.flags = MACHINE_VIDEO | MACHINE_MFM,
.ram = {
.min = 512,
.max = 1024,
@@ -2109,7 +2109,7 @@ const machine_t machines[] = {
.step = 1024
},
.nvrmask = 63,
.kbc = KBC_IBM_PC_XT,
.kbc = KBC_IBM_PC_XT | MACHINE_MFM,
.kbc_p1 = 0xff00,
.gpio = 0xffffffff,
.device = &t1200_video_device,