From 5263696a44cc4f2c23e53dd68af0c66efd1fd896 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 11 Apr 2024 18:22:46 +0100 Subject: Added Vic-20 PRG output. Not sure BASIC stub is needed so checkin prior to removal. --- src/example/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/example/Makefile') diff --git a/src/example/Makefile b/src/example/Makefile index 700e9e5..629314a 100644 --- a/src/example/Makefile +++ b/src/example/Makefile @@ -21,7 +21,7 @@ # ALL = spectrum.tap t64.t64 zx81.p gb.gb vcs.bin snes.sfc nes.nes cpc.cdt \ - prg.prg hex.hex + prg.prg hex.hex vic20.prg CASM = ../casm all: $(ALL) $(CASM) @@ -61,6 +61,9 @@ prg.prg: prg.asm $(CASM) hex.hex: emucpm.z80 $(CASM) $(CASM) emucpm.z80 +vic20.prg: vic20.asm $(CASM) + $(CASM) vic20.asm + clean: rm -f $(ALL) -- cgit v1.2.3