--- np2/cbus/board26k.c 2003/10/16 17:58:00 1.1 +++ np2/cbus/board26k.c 2003/12/04 13:54:28 1.4 @@ -26,7 +26,6 @@ static void IOOUTCALL opn_o18a(UINT port if (opn.opnreg < 0x30) { if (opn.opnreg == 0x28) { if ((dat & 0x0f) < 3) { - sound_sync(); opngen_keyon(dat & 0x0f, dat); } } @@ -48,10 +47,10 @@ static void IOOUTCALL opn_o18a(UINT port static BYTE IOINPCALL opn_i188(UINT port) { (void)port; -#if 1 - return(fmtimer.status | 0x7c); +#if 1 // ドラッケンで未定義フラグ見てる テスト終了 + return(fmtimer.status); #else - return(fmtimer.status); + return(fmtimer.status | 0x7c); #endif }