mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 05:32:28 +00:00
Add convenience targets to run all 4 main flavours with all sources in
cbmfiles.
This commit is contained in:
parent
a14e742619
commit
6870cc1383
@ -66,6 +66,18 @@ run-testbase: emulator/testbase.T64
|
||||
run-testbase16: emulator/testbase16.T64
|
||||
VICE=xplus4 emulator/run-in-vice.sh testbase16
|
||||
|
||||
run-c64: emulator/v4th-c64.T64 $(all_src_files_petscii)
|
||||
emulator/run-in-vice.sh v4th-c64
|
||||
|
||||
run-c16+: emulator/v4th-c16+.T64 $(all_src_files_petscii)
|
||||
VICE=xplus4 emulator/run-in-vice.sh v4th-c16+
|
||||
|
||||
run-c16-: emulator/v4th-c16-.T64 $(all_src_files_petscii)
|
||||
VICE=xplus4 emulator/run-in-vice.sh v4th-c16-
|
||||
|
||||
run-x16: cbmfiles/v4th-x16 $(all_src_files_petscii) | emulator/sdcard.img
|
||||
emulator/run-in-x16emu.sh v4th-x16
|
||||
|
||||
|
||||
release: tmp/$(release_zipfile) COPYING RELEASE_NOTES.md
|
||||
rm -rf release
|
||||
|
Loading…
Reference in New Issue
Block a user