From 29ca2033d97345b58169dcb4bee26f73979bc7f9 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 14 Jan 2022 23:38:07 -0500 Subject: [PATCH] AY: remove redundant break --- src/engine/platform/ay.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/engine/platform/ay.cpp b/src/engine/platform/ay.cpp index d4de49ab0..9b2b557dc 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;