From d1830be773a24a9808e713db5229fbc93d82fa36 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 5 Jun 2022 13:21:25 -0700 Subject: Support for downloading PAL programs. --- Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f51296..9f79674 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,25 @@ download-%.bin: mem/%.bin p8bin2uart 1 $< | tool/download.tcl 14 1 p8bin2uart 1 $< | tool/download.tcl 15 1 +download-%.pal: build/mem/%.bin + p8bin2uart 1 $< | tool/download.tcl 0 1 + p8bin2uart 1 $< | tool/download.tcl 1 1 + p8bin2uart 1 $< | tool/download.tcl 2 1 + p8bin2uart 1 $< | tool/download.tcl 3 1 + p8bin2uart 1 $< | tool/download.tcl 4 1 + p8bin2uart 1 $< | tool/download.tcl 5 1 + p8bin2uart 1 $< | tool/download.tcl 6 1 + p8bin2uart 1 $< | tool/download.tcl 7 1 + p8bin2uart 1 $< | tool/download.tcl 8 1 + p8bin2uart 1 $< | tool/download.tcl 9 1 + p8bin2uart 1 $< | tool/download.tcl 10 1 + p8bin2uart 1 $< | tool/download.tcl 11 1 + p8bin2uart 1 $< | tool/download.tcl 12 1 + p8bin2uart 1 $< | tool/download.tcl 13 1 + p8bin2uart 1 $< | tool/download.tcl 14 1 + p8bin2uart 1 $< | tool/download.tcl 15 1 + + download-%.uart: mem/%.uart tool/download.tcl 0 1 < $< tool/download.tcl 1 1 < $< -- cgit v1.2.3