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