| version 1.2, 2003/11/12 00:55:38 | version 1.4, 2003/12/04 13:54:28 | 
| Line 26  static void IOOUTCALL opn_o18a(UINT port | Line 26  static void IOOUTCALL opn_o18a(UINT port | 
 | if (opn.opnreg < 0x30) { | if (opn.opnreg < 0x30) { | 
 | if (opn.opnreg == 0x28) { | if (opn.opnreg == 0x28) { | 
 | if ((dat & 0x0f) < 3) { | if ((dat & 0x0f) < 3) { | 
 | sound_sync(); |  | 
 | opngen_keyon(dat & 0x0f, dat); | opngen_keyon(dat & 0x0f, dat); | 
 | } | } | 
 | } | } | 
| Line 48  static void IOOUTCALL opn_o18a(UINT port | Line 47  static void IOOUTCALL opn_o18a(UINT port | 
 | static BYTE IOINPCALL opn_i188(UINT port) { | static BYTE IOINPCALL opn_i188(UINT port) { | 
 |  |  | 
 | (void)port; | (void)port; | 
| #if 1 | #if 1                                                   // ドラッケンで未定義フラグ見てる テスト終了 | 
| return(fmtimer.status | 0x7c); |  | 
| #else |  | 
 | return(fmtimer.status); | return(fmtimer.status); | 
 |  | #else | 
 |  | return(fmtimer.status | 0x7c); | 
 | #endif | #endif | 
 | } | } | 
 |  |  |