From 6870cc1383a380531beebd90406f72a3e638a115 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sun, 16 Jun 2024 17:21:33 +0200 Subject: [PATCH] Add convenience targets to run all 4 main flavours with all sources in cbmfiles. --- 6502/C64/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/6502/C64/Makefile b/6502/C64/Makefile index 5d27071..3b8157d 100644 --- a/6502/C64/Makefile +++ b/6502/C64/Makefile @@ -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