From d31aaed5e664c39f981a5993afd1ace4aa29fddc Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sun, 12 Jul 2020 22:34:11 +0200 Subject: [PATCH] Rename vf-sys-indep.fth to vf-cbm-core.fth --- 6502/C64/src/vf-c16-32k.fth | 2 +- 6502/C64/src/vf-c16-main.fth | 2 +- 6502/C64/src/vf-c64-main.fth | 2 +- 6502/C64/src/{vf-sys-indep.fth => vf-cbm-core.fth} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename 6502/C64/src/{vf-sys-indep.fth => vf-cbm-core.fth} (100%) diff --git a/6502/C64/src/vf-c16-32k.fth b/6502/C64/src/vf-c16-32k.fth index a8aab2d..d115e16 100644 --- a/6502/C64/src/vf-c16-32k.fth +++ b/6502/C64/src/vf-c16-32k.fth @@ -26,7 +26,7 @@ cr .( Host is: ) include vf-pr-target.fth \ The actual volksForth sources -include vf-sys-indep.fth +include vf-cbm-core.fth include vf-sys-c16.fth include vf-finalize.fth diff --git a/6502/C64/src/vf-c16-main.fth b/6502/C64/src/vf-c16-main.fth index 679a75c..5b2f2af 100644 --- a/6502/C64/src/vf-c16-main.fth +++ b/6502/C64/src/vf-c16-main.fth @@ -29,7 +29,7 @@ include vf-pr-target.fth \ including an initial C16+ tweak include vf-c16+jsr.fth -include vf-sys-indep.fth +include vf-cbm-core.fth include vf-sys-c16.fth include vf-finalize.fth diff --git a/6502/C64/src/vf-c64-main.fth b/6502/C64/src/vf-c64-main.fth index 9746588..c0fb903 100644 --- a/6502/C64/src/vf-c64-main.fth +++ b/6502/C64/src/vf-c64-main.fth @@ -26,7 +26,7 @@ cr .( Host is: ) include vf-pr-target.fth \ The actual volksForth sources -include vf-sys-indep.fth +include vf-cbm-core.fth include vf-sys-c64.fth include vf-finalize.fth diff --git a/6502/C64/src/vf-sys-indep.fth b/6502/C64/src/vf-cbm-core.fth similarity index 100% rename from 6502/C64/src/vf-sys-indep.fth rename to 6502/C64/src/vf-cbm-core.fth