From 90725c434d16ab81a077d1bbcaa8ee5d9d177cd9 Mon Sep 17 00:00:00 2001 From: antoniovillena <> Date: Sun, 20 Aug 2023 22:56:45 +0200 Subject: [PATCH] actualizo plugin hasta 5 slots fix2 --- utils/zx3.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/zx3.asm b/utils/zx3.asm index cb6993f..d3e526c 100644 --- a/utils/zx3.asm +++ b/utils/zx3.asm @@ -69,7 +69,6 @@ Normal ld a, 0 ld a, 7 ;PLUGIN_OK|PLUGIN_RESTORE_SCREEN|PLUGIN_RESTORE_BUFFERS ret Init xor a - ld ixh, a esxdos M_GETSETDRV ; A = unidad actual jr nc, SDCard call Print @@ -99,6 +98,7 @@ LengthOk add hl, hl jr z, Inc1 inc a Inc1 ld hl, Slot+2 + ld ixh, 1 jr nc, Cafac inc ixh cp $34