Add VIC-20 support

This commit is contained in:
Natt Akuma 2022-03-22 14:48:48 +07:00
parent 6c10c269a1
commit feb138cefc
9 changed files with 749 additions and 3 deletions

View file

@ -315,6 +315,7 @@ bool DivEngine::perSystemEffect(int ch, unsigned char effect, unsigned char effe
break;
case DIV_SYSTEM_BUBSYS_WSG:
case DIV_SYSTEM_PET:
case DIV_SYSTEM_VIC20:
switch (effect) {
case 0x10: // select waveform
dispatchCmd(DivCommand(DIV_CMD_WAVE,ch,effectVal));