From a41a6569062d5d2ae690a44d1c21b5e063274ab1 Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 30 Aug 2023 19:00:56 -0400 Subject: [PATCH] fix register confusion if interleave=0 --- 0BOOT.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/0BOOT.S b/0BOOT.S index f4714f6..8553689 100644 --- a/0BOOT.S +++ b/0BOOT.S @@ -225,6 +225,8 @@ read !if interleave=1 { tax ldy $100, x +} else { + tay } sty <(sector+1) ;store index for later ldx