From: hachti Date: Thu, 19 Oct 2006 00:53:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://gitweb.hachti.de/?a=commitdiff_plain;h=459cc2dfdebd0807c54c9d3d22398246f3eb1199;hp=e8baeca7ed5bb493afe847025e520bfa984b79a9;p=h316.git *** empty log message *** --- diff --git a/obj/pal-ap.obj b/obj/pal-ap.obj new file mode 100644 index 0000000..70f85dc Binary files /dev/null and b/obj/pal-ap.obj differ diff --git a/pc-tools/src-filters/load.c b/pc-tools/src-filters/load.c index c451621..1bedea3 100644 --- a/pc-tools/src-filters/load.c +++ b/pc-tools/src-filters/load.c @@ -1,3 +1,5 @@ +/* Simple program to load paper tape over serial port. Does that twice and compares. */ + #include #include #include @@ -6,6 +8,7 @@ #include #include + struct termios orgstate; struct termios workstate; diff --git a/sys/old_super2.sys b/sys/old_super2.sys new file mode 100644 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 index 0cb23c3..0000000 Binary files a/sys/super2.sys and /dev/null differ diff --git a/systems/Makefile b/systems/Makefile index 9623701..4e21fde 100644 --- a/systems/Makefile +++ b/systems/Makefile @@ -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 diff --git a/systems/build_super3.sh b/systems/build_super3.sh index 87ae0de..6f54024 100755 --- a/systems/build_super3.sh +++ b/systems/build_super3.sh @@ -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