From b1161e3a6b2eb1278fa77e6b8c8ef1763a1ae63b Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Mon, 11 Jun 2001 06:47:14 +0000 Subject: [PATCH] - added BX_FLOPPY_LAST --- bochs/bochs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bochs/bochs.h b/bochs/bochs.h index c4bb794b2..7c393eaf2 100644 --- a/bochs/bochs.h +++ b/bochs/bochs.h @@ -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