From 2363f1dd58f794e0379eb74681a27edc1d905978 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 18 Jan 2022 15:54:15 -0500 Subject: [PATCH] GUI: reduce height of AY8930 duty macro to 8 --- src/gui/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 5aa8c81b..92528597 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -1015,7 +1015,7 @@ void FurnaceGUI::drawInsEdit() { } // extra 1 macro - int ex1Max=(ins->type==DIV_INS_AY8930)?15:0; + int ex1Max=(ins->type==DIV_INS_AY8930)?8:0; if (ex1Max>0) { ImGui::Separator(); if (ins->type==DIV_INS_AY8930) {