mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-16 21:30:59 +00:00
Initial checkin of ascii-readable versions of d64 blk sources
This commit is contained in:
parent
b955276434
commit
adf34dbfc3
@ -1,5 +1,15 @@
|
|||||||
|
|
||||||
# Generic T64 tape image rules
|
vf_blk_d64_files = $(wildcard disks/*.d64)
|
||||||
|
vf_blk_fth_files = $(patsubst %.d64, %.fth, $(vf_blk_d64_files))
|
||||||
|
|
||||||
|
vf_blk_fth: $(vf_blk_fth_files)
|
||||||
|
|
||||||
|
# Generic T64 tape image rule
|
||||||
|
|
||||||
emulator/%.T64: cbmfiles/%
|
emulator/%.T64: cbmfiles/%
|
||||||
bin2t64 $< $@
|
bin2t64 $< $@
|
||||||
|
|
||||||
|
# Generic rule for visualizing .d64 blk sources
|
||||||
|
|
||||||
|
disks/%.fth: disks/%.d64
|
||||||
|
ufscr2file $< $@
|
||||||
|
4760
6502/C64/disks/tc38q.fth
Normal file
4760
6502/C64/disks/tc38q.fth
Normal file
File diff suppressed because it is too large
Load Diff
5372
6502/C64/disks/vforth4_1.fth
Normal file
5372
6502/C64/disks/vforth4_1.fth
Normal file
File diff suppressed because it is too large
Load Diff
4760
6502/C64/disks/vforth4_2.fth
Normal file
4760
6502/C64/disks/vforth4_2.fth
Normal file
File diff suppressed because it is too large
Load Diff
4760
6502/C64/disks/vforth4_3.fth
Normal file
4760
6502/C64/disks/vforth4_3.fth
Normal file
File diff suppressed because it is too large
Load Diff
4760
6502/C64/disks/vforth4_4.fth
Normal file
4760
6502/C64/disks/vforth4_4.fth
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user