From 162e45a2eaaf15dc876852adfbdf94c3286421de Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Mon, 24 Jun 2024 14:35:51 +0200 Subject: [PATCH] Add mooinglemur to RELEASE_NOTES.md --- 6502/C64/RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/6502/C64/RELEASE_NOTES.md b/6502/C64/RELEASE_NOTES.md index ba418e5..264b320 100644 --- a/6502/C64/RELEASE_NOTES.md +++ b/6502/C64/RELEASE_NOTES.md @@ -73,8 +73,8 @@ when the X16 Kernal changes. The only remaining Kernal variable used is $0376 - BkgPenCol. * Clearing the IOStatus is now possible through the ExtApi call ($FEAB, thanks - to *** for implementing this), so the dependency on the address of IOStatus - could be removed. + to mooinglemur for implementing this), so the dependency on the address of + IOStatus could be removed. * The implementation of line input in EXPECT was changed from switching cursor on and off and using GETIN to using BASIN - which automatically handles the cursor and also makes use of the CBM screen editor. The Kernal var dependency