massive improvements to genesis playback

This commit is contained in:
tildearrow 2021-05-13 02:39:26 -05:00
parent ea5c28829e
commit 45a6d70479
7 changed files with 228 additions and 45 deletions

View file

@ -31,6 +31,8 @@ class DivEngine {
void nextOrder();
void nextRow();
void nextTick();
bool perSystemEffect(int ch, unsigned char effect, unsigned char effectVal);
void renderSamples();
public:
DivSong song;