From 9afb66f3047579241958a2e6558a15176fde9bf0 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sat, 5 Sep 2020 00:24:59 +0200 Subject: [PATCH] Place Next routine at different ZP address on X16 --- 6502/C64/src/vf-cbm-core.fth | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/6502/C64/src/vf-cbm-core.fth b/6502/C64/src/vf-cbm-core.fth index ceb533a..77e7876 100644 --- a/6502/C64/src/vf-cbm-core.fth +++ b/6502/C64/src/vf-cbm-core.fth @@ -5,7 +5,10 @@ ( Zero page Variables & Next 03apr85bp) -02 dup >label RP 2+ +(C64 02 ) +(C16 02 ) +(X16 $30 ) + dup >label RP 2+ dup >label UP 2+ dup >label Puta 1+