From 3ce63d3d5ac3197215e039b16ea834dd1640b8d6 Mon Sep 17 00:00:00 2001 From: antoniovillena <> Date: Sat, 25 Mar 2023 11:34:54 +0100 Subject: [PATCH] comparo longitud con 170000h --- firmware/firmware.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/firmware.asm b/firmware/firmware.asm index dcaff1d..e227aee 100644 --- a/firmware/firmware.asm +++ b/firmware/firmware.asm @@ -2283,8 +2283,9 @@ tosd45 inc b ld a, (ix+$1d) add a, 5 ld (ix+$1d), a - ENDIF + ELSE dec (ix+$1c) + ENDIF jr tosd5 tosd46 dec l ld a, b