Add convenience targets to run all 4 main flavours with all sources in

cbmfiles.
This commit is contained in:
Philip Zembrod 2024-06-16 17:21:33 +02:00
parent a14e742619
commit 6870cc1383

View File

@ -66,6 +66,18 @@ run-testbase: emulator/testbase.T64
run-testbase16: emulator/testbase16.T64 run-testbase16: emulator/testbase16.T64
VICE=xplus4 emulator/run-in-vice.sh testbase16 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 release: tmp/$(release_zipfile) COPYING RELEASE_NOTES.md
rm -rf release rm -rf release