Merge branch 'master' of https://github.com/tildearrow/furnace into minmod

This commit is contained in:
Natt Akuma 2024-03-17 19:54:56 +07:00
commit 1b867b33ce
21 changed files with 3140 additions and 750 deletions

View file

@ -400,6 +400,7 @@ int DivPlatformN163::dispatch(DivCommand c) {
}
case DIV_CMD_WAVE:
chan[c.chan].wave=c.value;
chan[c.chan].ws.changeWave1(chan[c.chan].wave);
if (chan[c.chan].waveMode) {
chan[c.chan].waveUpdated=true;
}