earliest VGM export!
only supports single-chip Genesis for now the other systems will be added shortly
This commit is contained in:
parent
35ee06d6cf
commit
858d5343b8
6 changed files with 284 additions and 52 deletions
|
|
@ -188,6 +188,7 @@ class DivEngine {
|
|||
void processRow(int i, bool afterDelay);
|
||||
void nextOrder();
|
||||
void nextRow();
|
||||
void performVGMWrite(SafeWriter* w, DivSystem sys, DivRegWrite& write, int streamOff);
|
||||
// returns true if end of song.
|
||||
bool nextTick(bool noAccum=false);
|
||||
bool perSystemEffect(int ch, unsigned char effect, unsigned char effectVal);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue