mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-03 10:31:52 +00:00
Add pointer to needed tools/ from https://github.com/pzembrod/cc64 to
readme.txt and as comment to Makefile.
This commit is contained in:
parent
adf34dbfc3
commit
6b19a0b3ba
@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
# This Makefile and the build scripts in the emulator/ subdir require
|
||||||
|
# the file format conversion tools from the tools/ subdir of
|
||||||
|
# https://github.com/pzembrod/cc64 to be installed.
|
||||||
|
|
||||||
vf_blk_d64_files = $(wildcard disks/*.d64)
|
vf_blk_d64_files = $(wildcard disks/*.d64)
|
||||||
vf_blk_fth_files = $(patsubst %.d64, %.fth, $(vf_blk_d64_files))
|
vf_blk_fth_files = $(patsubst %.d64, %.fth, $(vf_blk_d64_files))
|
||||||
|
|
||||||
|
@ -80,6 +80,10 @@ We recommend a Floppy Drive.
|
|||||||
vforth_4.d64 - Diskimage Disk 4 for Emulator usage
|
vforth_4.d64 - Diskimage Disk 4 for Emulator usage
|
||||||
Grafic, Demos, Tools, Decompiler
|
Grafic, Demos, Tools, Decompiler
|
||||||
tc38q.d64 - Sourcecode and Manual for Target Compiler
|
tc38q.d64 - Sourcecode and Manual for Target Compiler
|
||||||
|
file-words.d64 - Some words to facilitate the pending transition
|
||||||
|
from direct disk/d64 access blocks/screens to
|
||||||
|
stream files as the primary sources from which
|
||||||
|
C64 VolksForth is built.
|
||||||
|
|
||||||
This version of volksForth is still using a traditional Forth-Block
|
This version of volksForth is still using a traditional Forth-Block
|
||||||
filesystem on the Disks. The upcoming version 3.90 will have a ANSI-FORTH
|
filesystem on the Disks. The upcoming version 3.90 will have a ANSI-FORTH
|
||||||
@ -91,11 +95,16 @@ We recommend a Floppy Drive.
|
|||||||
Emulators:
|
Emulators:
|
||||||
* VICE - http://www.viceteam.org/
|
* VICE - http://www.viceteam.org/
|
||||||
* Frodo - http://frodo.cebix.net/
|
* Frodo - http://frodo.cebix.net/
|
||||||
(with the good work of the VICE people we wouldn't be able to re-relase
|
(without the good work of the VICE people we wouldn't be able to re-relase
|
||||||
this software)
|
this software)
|
||||||
|
|
||||||
|
* Automated build using VICE:
|
||||||
|
The Makefile and the build scripts in the emulator/ subdir require
|
||||||
|
the file format conversion tools from the tools/ subdir of
|
||||||
|
https://github.com/pzembrod/cc64 to be installed.
|
||||||
|
|
||||||
* Website:
|
* Website:
|
||||||
VolksForth is available ob SourceForge
|
VolksForth is available on SourceForge
|
||||||
http://volksForth.sf.net
|
http://volksForth.sf.net
|
||||||
and on the Website of Forth Gesellschaft (German Chapter of Forth Interst Group, FIG)
|
and on the Website of Forth Gesellschaft (German Chapter of Forth Interst Group, FIG)
|
||||||
http://www.forth-ev.de
|
http://www.forth-ev.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user