- added BX_FLOPPY_LAST

This commit is contained in:
Bryce Denney 2001-06-11 06:47:14 +00:00
parent 985d4b7923
commit b1161e3a6b
1 changed files with 1 additions and 0 deletions

View File

@ -517,6 +517,7 @@ extern bx_debug_t bx_dbg;
#define BX_FLOPPY_1_44 12 // 1.44M 3.5"
#define BX_FLOPPY_2_88 13 // 2.88M 3.5"
#define BX_FLOPPY_720K 14 // 720K 3.5"
#define BX_FLOPPY_LAST 14 // last one
#define BX_READ 10