C219: looooooool

This commit is contained in:
tildearrow 2023-08-28 04:10:48 -05:00
parent 23a70381c6
commit 4e3de466ce

View file

@ -237,7 +237,6 @@ void DivPlatformC140::tick(bool sysTick) {
if (is219) {
if (groupBank[i>>2]!=bank) {
groupBank[i>>2]=bank;
}
rWrite(0x1f1+(((3+(i>>2))&3)<<1),groupBank[i>>2]);
// shut everyone else up
for (int j=0; j<4; j++) {
@ -250,6 +249,7 @@ void DivPlatformC140::tick(bool sysTick) {
rWrite(0x05+(ch<<4),ctrl);
}
}
}
} else {
rWrite(0x04+(i<<4),bank);
}