|
|
| version 1.8, 2004/06/02 11:02:53 | version 1.9, 2005/02/07 14:46:08 |
|---|---|
| Line 151 REG8 IOINPCALL cs4231io_r8(UINT port) { | Line 151 REG8 IOINPCALL cs4231io_r8(UINT port) { |
| return(cs4231.index & 0x7f); | return(cs4231.index & 0x7f); |
| case 5: | case 5: |
| return(*(((BYTE *)(&cs4231.reg)) + (cs4231.index & 0x1f))); | return(*(((UINT8 *)(&cs4231.reg)) + (cs4231.index & 0x1f))); |
| case 6: | case 6: |
| return(cs4231.intflag); | return(cs4231.intflag); |