AY: remove redundant break

This commit is contained in:
tildearrow 2022-01-14 23:38:07 -05:00
parent 10c78e3fd2
commit 29ca2033d9
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ int DivPlatformAY8910::dispatch(DivCommand c) {
if (chan[c.chan].active) rWrite(0x08+c.chan,(chan[c.chan].vol&15)|((chan[c.chan].psgMode&4)<<2));
}
break;
break;
}
case DIV_CMD_GET_VOLUME: {
return chan[c.chan].vol;