|
|
| version 1.2, 2004/08/12 17:57:36 | version 1.4, 2004/08/17 16:52:46 |
|---|---|
| Line 124 void sndboard_update(void) { | Line 124 void sndboard_update(void) { |
| psggen_setreg(&psggen, (REG8)i, sndboard.psgdat[i]); | psggen_setreg(&psggen, (REG8)i, sndboard.psgdat[i]); |
| } | } |
| for (i=0x20; i<0x100; i++) { | for (i=0x20; i<0x100; i++) { |
| TRACEOUT(("%.2x %.2x", (REG8)i, sndboard.opmdat[i])); | |
| opmgen_setreg((REG8)i, sndboard.opmdat[i]); | opmgen_setreg((REG8)i, sndboard.opmdat[i]); |
| } | } |
| } | } |