The Tandy machines now add a FDC with port 3F7 with the disk change line, fixes #1340.

This commit is contained in:
OBattler
2021-04-06 06:18:56 +02:00
parent d46bae78f7
commit 03fdcf7a9e
3 changed files with 12 additions and 1 deletions

View File

@@ -1501,7 +1501,7 @@ machine_tandy1k_init(const machine_t *model, int type)
device_add(&keyboard_tandy_device);
if (fdc_type == FDC_INTERNAL)
device_add(&fdc_xt_device);
device_add(&fdc_xt_tandy_device);
switch(type) {
case TYPE_TANDY: