Re-integrated the Amstrad machines.

This commit is contained in:
waltje
2017-11-08 16:29:54 -05:00
parent b8d75f4f5a
commit 354b49d354
12 changed files with 1003 additions and 155 deletions

View File

@@ -1347,7 +1347,7 @@ uint8_t fdc_read(uint16_t addr, void *priv)
else if (fdd_is_ed(drive))
temp = 0x10;
else
temp = 0x30;
temp = 0x00;
}
else if (!fdc.enh_mode)
temp = 0x20;