|
|
| version 1.5, 2003/12/04 13:54:29 | version 1.6, 2003/12/08 00:55:33 |
|---|---|
| Line 172 void rhythm_update(RHYTHM rhy) { | Line 172 void rhythm_update(RHYTHM rhy) { |
| } while(++r < rterm); | } while(++r < rterm); |
| } | } |
| void rhythm_setreg(RHYTHM rhy, BYTE reg, BYTE value) { | void rhythm_setreg(RHYTHM rhy, REG8 reg, REG8 value) { |
| RHYTHMCH *r; | RHYTHMCH *r; |
| BYTE bit; | REG8 bit; |
| int i; | int i; |
| if (reg == 0x10) { | if (reg == 0x10) { |