Fix build

This commit is contained in:
cam900 2022-12-10 14:27:15 +09:00
parent 793faed447
commit 3f2b2a6a4c
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ void DivPlatformK007232::tick(bool sysTick) {
if (prevLoop!=lastLoop) {
rWrite(0xd,lastLoop);
}
if (chan[i].prevBank!=bank) {
if (chan[i].prevBank!=(int)bank) {
rWrite(0x12+i,bank);
chan[i].prevBank=bank;
}