diff --git a/src/engine/platform/ay.cpp b/src/engine/platform/ay.cpp index d4de49ab..9b2b557d 100644 --- a/src/engine/platform/ay.cpp +++ b/src/engine/platform/ay.cpp @@ -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;