--- np2/bios/sxsibios.c 2004/01/26 14:49:14 1.6 +++ np2/bios/sxsibios.c 2004/01/27 03:24:19 1.7 @@ -186,6 +186,7 @@ static REG8 sasibios_init(UINT type, SXS static REG8 sasibios_sense(UINT type, SXSIDEV sxsi) { + TRACEOUT(("sasibios_sense type=%d", type)); if (type == SXSIBIOS_SASI) { return((REG8)((sxsi->type >> 8) & 7)); }