Better support for internal floppy

This commit is contained in:
Jasmine Iwanek
2024-06-29 22:16:04 -04:00
parent add1c39188
commit 07e3aba22c
3 changed files with 73 additions and 56 deletions

View File

@@ -25,7 +25,8 @@
extern int fdc_type;
/* Controller types. */
#define FDC_INTERNAL 0
#define FDC_NONE 0
#define FDC_INTERNAL 1
extern const device_t fdc_b215_device;
extern const device_t fdc_pii151b_device;