--- np2/bios/Attic/bios02.c 2003/10/16 17:58:19 1.1.1.1 +++ np2/bios/Attic/bios02.c 2003/11/29 00:36:00 1.2 @@ -17,7 +17,7 @@ static const char msg4[] = " MEMORY"; static UINT16 textout(UINT16 ptr, const char *str) { while(*str) { - i286_membyte_write(0xa000, ptr, *str); + i286_membyte_write(0xa000, ptr, (BYTE)*str); i286_membyte_write(0xa200, ptr, 0x43); str++; ptr += 2;