From a3666edf486ccdda96719e3fc5e686159ddd415d Mon Sep 17 00:00:00 2001 From: tomcw Date: Thu, 28 Jan 2021 20:15:23 +0000 Subject: [PATCH] MB: read fix --- source/AY8910.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/AY8910.cpp b/source/AY8910.cpp index fe8fa5d4..223d9d0d 100644 --- a/source/AY8910.cpp +++ b/source/AY8910.cpp @@ -724,6 +724,7 @@ BYTE CAY8910::sound_ay_read( int reg ) { val = ay_change[i].val; // return the most recently written reg's value got = true; + break; } } }