| 475 | } |
| 476 | |
| 477 | void Rjp1::interrupt() { |
| 478 | for (int i = 0; i < 4; ++i) { |
| 479 | _vars.currentChannel = i; |
| 480 | if(_channelsTable[i].sequenceData) |
| 481 | playChannel(&_channelsTable[i]); |
| 482 | } |
| 483 | } |
| 484 | |
| 485 | const int16 Rjp1::_periodsTable[] = { |
| 486 | 0x01C5, 0x01E0, 0x01FC, 0x021A, 0x023A, 0x025C, 0x0280, 0x02A6, 0x02D0, |
nothing calls this directly
no outgoing calls
no test coverage detected