--- np2/cbus/board26k.c 2005/02/09 20:11:33 1.7 +++ np2/cbus/board26k.c 2005/05/12 17:24:05 1.8 @@ -63,7 +63,11 @@ static REG8 IOINPCALL opn_i18a(UINT port return(psggen_getreg(&psg1, opn.opnreg)); } (void)port; +#if 1 + return(opn.opnreg); +#else return(0xff); +#endif }