| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to board26k.c CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / cbus | 
| 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 | |
| } | } |