--- np2/bios/sxsibios.c 2004/01/22 01:10:03 1.1 +++ np2/bios/sxsibios.c 2004/01/22 04:59:48 1.2 @@ -130,6 +130,7 @@ static REG8 sxsibios_format(UINT type, S static REG8 sxsibios_succeed(UINT type, SXSIDEV sxsi) { + (void)type; (void)sxsi; return(0x00); } @@ -267,6 +268,7 @@ static REG8 scsibios_sense(UINT type, SX CPU_DH = sxsi->surfaces; CPU_DL = sxsi->sectors; } + (void)type; return(0x00); }