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

@@ -171,6 +171,7 @@ extern uint8_t fdc_get_current_drive(void);
#ifdef EMU_DEVICE_H
extern const device_t fdc_xt_device;
extern const device_t fdc_xt_t1x00_device;
extern const device_t fdc_xt_tandy_device;
extern const device_t fdc_xt_amstrad_device;
extern const device_t fdc_pcjr_device;
extern const device_t fdc_at_device;