--- np2/bios/bios12.c 2004/01/29 10:04:05 1.4 +++ np2/bios/bios12.c 2005/02/07 14:46:07 1.6 @@ -3,17 +3,18 @@ #include "pccore.h" #include "iocore.h" #include "bios.h" +#include "biosmem.h" #define baseport 0x00c8 void bios0x12(void) { - BYTE stat; - BYTE result; - BYTE *p; - BYTE drv; - BYTE drvbit; + UINT8 stat; + UINT8 result; + UINT8 *p; + UINT8 drv; + UINT8 drvbit; // TRACE_("BIOS", 0x12); iocore_out8(0x08, 0x20);