|
|
| version 1.1.1.1, 2003/10/16 17:58:00 | version 1.3, 2003/11/21 06:51:10 |
|---|---|
| Line 48 static void IOOUTCALL opn_o18a(UINT port | Line 48 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); | return(fmtimer.status); |
| #else | #else |
| return(fmtimer.status); | return(fmtimer.status | 0x7c); |
| #endif | #endif |
| } | } |