From b863a5b11fa21ad07055ff550561bdfb011dc7b7 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Fri, 1 Dec 2023 23:42:20 +0100 Subject: [PATCH] add names of IOStatus and BkgPenCol in x16rom as comments --- 6502/C64/src/vf-sys-x16.fth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/6502/C64/src/vf-sys-x16.fth b/6502/C64/src/vf-sys-x16.fth index 1ec73e1..802617b 100644 --- a/6502/C64/src/vf-sys-x16.fth +++ b/6502/C64/src/vf-sys-x16.fth @@ -7,10 +7,10 @@ include vf-lbls-cbm.fth 0ffd2 >label ConOut 0febd >label KbdbufPeek - 0287 >label IOStatus + 0287 >label IOStatus \ aka status 028d >label MsgFlg 09f2c >label BrdCol - 0376 >label BkgPenCol + 0376 >label BkgPenCol \ aka color 0381 >label CurFlg \ aka qtsw 0385 >label InsCnt \ aka insrt