MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / interrupt

Method interrupt

Source/Amiga/rjp1.cpp:477–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477void 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
485const int16 Rjp1::_periodsTable[] = {
486 0x01C5, 0x01E0, 0x01FC, 0x021A, 0x023A, 0x025C, 0x0280, 0x02A6, 0x02D0,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected