From f6562d3da0ebe9d97a0cf8acdabe619fe96257a6 Mon Sep 17 00:00:00 2001 From: nihirash Date: Fri, 26 Jul 2019 01:34:56 +0300 Subject: [PATCH] Fix music stop --- software/ugophy/render.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/software/ugophy/render.asm b/software/ugophy/render.asm index e123f0c..7efbc95 100644 --- a/software/ugophy/render.asm +++ b/software/ugophy/render.asm @@ -283,6 +283,7 @@ playMusic: playLp: halt call #4005 + xor a in a, (#fe) cpl and 15