SoundUnit: fix switch roles mode

This commit is contained in:
tildearrow 2022-08-15 23:20:26 -05:00
parent 77109c3832
commit 8734005b23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#define rWrite(a,v) if (!skipRegisterWrites) {writes.emplace(a,v); if (dumpWrites) {addWrite(a,v);} }
#define chWrite(c,a,v) rWrite(((c)<<5)|(a),v);
#define CHIP_DIVIDER 8
#define CHIP_DIVIDER 2
#define CHIP_FREQBASE 524288
const char** DivPlatformSoundUnit::getRegisterSheet() {