mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
C219: looooooool
This commit is contained in:
parent
23a70381c6
commit
4e3de466ce
1 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue