*** empty log message ***
authorhachti <hachti>
Thu, 19 Oct 2006 00:53:01 +0000 (00:53 +0000)
committerhachti <hachti>
Thu, 19 Oct 2006 00:53:01 +0000 (00:53 +0000)
obj/pal-ap.obj [new file with mode: 0644]
pc-tools/src-filters/load.c
sys/old_super2.sys [new file with mode: 0644]
sys/super2.sys [deleted file]
systems/Makefile
systems/build_super3.sh

diff --git a/obj/pal-ap.obj b/obj/pal-ap.obj
new file mode 100644 (file)
index 0000000..70f85dc
Binary files /dev/null and b/obj/pal-ap.obj differ
index c4516210b38b043b7ccf7d0fbf36c0c1a218d1e1..1bedea334195b8728780e4245d56fb5905469647 100644 (file)
@@ -1,3 +1,5 @@
+/* Simple program to load paper tape over serial port. Does that twice and compares. */
+
 #include <stdio.h>
 #include <termios.h>
 #include <sys/types.h>
@@ -6,6 +8,7 @@
 #include <signal.h>
 #include <stdlib.h>
 
+
 struct termios orgstate;
 struct termios workstate;
 
diff --git a/sys/old_super2.sys b/sys/old_super2.sys
new file mode 100644 (file)
index 0000000..0cb23c3
Binary files /dev/null and b/sys/old_super2.sys differ
diff --git a/sys/super2.sys b/sys/super2.sys
deleted file mode 100644 (file)
index 0cb23c3..0000000
Binary files a/sys/super2.sys and /dev/null differ
index 962370118c9af69547d07003f7819c53b59bf3a9..4e21fde5cce745dc010699ef61aac65c79cf506f 100644 (file)
@@ -2,27 +2,36 @@
 
 # Targets
 export SUPER3_SYS=$(H316)/sys/super3.sys
+export SUPER2_SYS=$(H316)/sys/super2.sys
 export SUPER3_SLST=$(H316)/slst/super3.slst
+export SUPER2_SLST=$(H316)/slst/super2.slst
 
 # Used files
 export LDR_APM_8K=$(H316)/slst/ldr-apm_8k.slst
 export LDR_APM=$(H316)/obj/ldr-apm.obj
 export LDR_DUMY=$(H316)/obj/ldr-dumy.obj
 export PRNTNZ=$(H316)/obj/prntnz.obj
-export CLEANUP=$(H316)/programs/tools/build/cleanup2.obj
+export CLEANUP2=$(H316)/programs/tools/build/cleanup2.obj
+export CLEANUP=$(H316)/programs/tools/build/cleanup.obj
 export BINAL=$(H316)/programs/tools/build/binal.obj
+export PAL_AP=$(H316)/obj/pal-ap.obj
 export RESTART=$(H316)/programs/tools/build/restart.obj
 export MAKE
 
-all: super3
+all: super3 super2
 
+super2: $(SUPER2_SLST)
 super3: $(SUPER3_SLST)
 
+$(SUPER2_SLST): $(LDR_APM_8K) $(LDR_APM) $(LDR_DUMY) $(PRNTNZ)\
+                $(CLEANUP) $(PAL_AP) 
+       ./build_super2.sh
+
 $(SUPER3_SLST): $(LDR_APM_8K) $(LDR_APM) $(LDR_DUMY) $(PRNTNZ)\
-                $(CLEANUP) $(BINAL) 
+                $(CLEANUP2) $(BINAL) $(RESTART)
        ./build_super3.sh
 
 clean:
-       rm -f $(SUPER3_SLST) $(SUPER3_SYS)
+       rm -f $(SUPER2_SLST) $(SUPER2_SYS) $(SUPER3_SLST) $(SUPER3_SYS)
 
 .PHONY: super3
\ No newline at end of file
index 87ae0de8e1aa283271c818917ce68d3010742627..6f54024edd6ba041d2c8583a0201322b4f370606 100755 (executable)
@@ -31,8 +31,8 @@ d p 16003
 go
 go
 
-echo *** Loading $CLEANUP
-at ptr $CLEANUP
+echo *** Loading $CLEANUP2
+at ptr $CLEANUP2
 d a 32100
 d p 16003
 go
@@ -53,16 +53,16 @@ d p 16003
 go
 go
 
-d a 0
-d b 37777
-go 32200
-
 ; Print memory map
 go 16002
 
 ; Clear memory
 d 100-27777 0
 
+d a 0
+d b 37777
+go 32200
+
 ; Common block settings:
 d 35000 31000