From 972d78c986bb27d4c225cc94932aa5cbe21d383f Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Tue, 6 Apr 2021 22:20:16 +0200 Subject: [PATCH] Add a default noop/drop alias for fthpage to allow loading of vf-cbm-bufs.fth from a regular v4th core, outside the TC. This doesn't make the buffer words work as an optionally loadable wordset yet, but it is at least a prepartation. --- 6502/C64/src/vf-cbm-bufs.fth | 1 + 1 file changed, 1 insertion(+) diff --git a/6502/C64/src/vf-cbm-bufs.fth b/6502/C64/src/vf-cbm-bufs.fth index bb5c809..6d4d150 100644 --- a/6502/C64/src/vf-cbm-bufs.fth +++ b/6502/C64/src/vf-cbm-bufs.fth @@ -1,4 +1,5 @@ \ *** Block No. 102, Hexblock 66 +\needs fthpage ' drop | alias fthpage 66 fthpage ( load +load thru +thru --> )