Merge pull request #1261 from tiseno100/master
Adapt the DTK FDC to 86Box
This commit is contained in:
@@ -34,7 +34,6 @@ extern int fdc_type;
|
||||
#define FDC_FLAG_NSC 0x80 /* PC87306, PC87309 */
|
||||
#define FDC_FLAG_TOSHIBA 0x100 /* T1000, T1200 */
|
||||
#define FDC_FLAG_AMSTRAD 0x200 /* Non-AT Amstrad machines */
|
||||
#define FDC_FLAG_NSDP 0x400 /* DP8473N, DP8473V */
|
||||
|
||||
|
||||
typedef struct {
|
||||
|
||||
@@ -27,6 +27,7 @@ extern int fdc_type;
|
||||
/* Controller types. */
|
||||
#define FDC_INTERNAL 0
|
||||
|
||||
extern const device_t fdc_b215_device;
|
||||
extern const device_t fdc_pii151b_device;
|
||||
extern const device_t fdc_pii158b_device;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user