mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-01-10 05:29:55 +00:00
Move remaining essential steps from vf-main.fth to vf-sys-indep and vf-finalize
This commit is contained in:
parent
906d4dfbf2
commit
9493061b23
@ -74,3 +74,9 @@ here dp !
|
||||
Host Tudp @ Target udp !
|
||||
Host Tvoc-link @ Target voc-link !
|
||||
Host move-threads
|
||||
|
||||
\ Final part of loadscreen
|
||||
|
||||
Assembler nonrelocate
|
||||
|
||||
.unresolved
|
||||
|
@ -2,12 +2,6 @@
|
||||
|
||||
include vf-pr-target.fth
|
||||
|
||||
Onlyforth
|
||||
|
||||
(C64 $801 ) (C16 $1001 ) dup displace !
|
||||
|
||||
Target definitions here!
|
||||
|
||||
include vf-sys-indep.fth
|
||||
|
||||
$7E $93 thru \ CBM-Interface
|
||||
@ -15,10 +9,6 @@ $7E $93 thru \ CBM-Interface
|
||||
|
||||
include vf-finalize.fth
|
||||
|
||||
Assembler nonrelocate
|
||||
|
||||
.unresolved
|
||||
|
||||
' .blk is .status
|
||||
|
||||
include vf-pr-target.fth
|
||||
|
@ -1,3 +1,13 @@
|
||||
\ The main and mostly system independent part of CBM VolkForth
|
||||
|
||||
\ Initial part of load screen
|
||||
|
||||
Onlyforth
|
||||
|
||||
(C64 $801 ) (C16 $1001 ) dup displace !
|
||||
|
||||
Target definitions here!
|
||||
|
||||
|
||||
\ *** Block No. 16, Hexblock 10
|
||||
10 fthpage
|
||||
|
Loading…
x
Reference in New Issue
Block a user