From 0d3d8c71d0838d3d0b6266257392190314e87e8c Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 15 May 2022 15:47:57 -0700 Subject: Change makefile to unconditionally load memory for 16 PDP-8s --- Makefile | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0094f04..fa53ee8 100644 --- a/Makefile +++ b/Makefile @@ -10,20 +10,20 @@ fpga: pdp8.sof download-%: mem/% 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 + 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 term-mem: nios2-terminal --instance 0 -- cgit v1.2.3