changeset 2037:2e37b5a0d4b3

set PORT var
author boisy
date Sat, 22 Apr 2006 19:33:51 +0000
parents e482bb12a954
children e972ab779861
files level1/coco/bootfiles/makefile level1/coco/cmds/makefile level1/coco/defs/makefile level1/coco/modules/makefile level1/coco/sys/makefile level1/d64/bootfiles/makefile level1/d64/cmds/makefile level1/d64/defs/makefile level1/d64/modules/makefile level1/d64/sys/makefile level1/dalpha/bootfiles/makefile level1/dalpha/cmds/makefile level1/dalpha/defs/makefile level1/dalpha/modules/makefile level1/dalpha/sys/makefile level1/modules/boot_d64.asm level1/modules/ddisk.asm level1/modules/scdpp.asm level1/tano/bootfiles/makefile level1/tano/defs/makefile level1/tano/sys/makefile
diffstat 21 files changed, 22 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/level1/coco/bootfiles/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/coco/bootfiles/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,3 +1,4 @@
+PORT = coco
 include $(NITROS9DIR)/rules.mak
 
 # Module directory
--- a/level1/coco/cmds/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/coco/cmds/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,3 +1,4 @@
+PORT = coco
 include $(NITROS9DIR)/rules.mak
 
 vpath %.asm $(6809L1)/cmds:$(3RDPARTY)/packages/basic09
--- a/level1/coco/defs/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/coco/defs/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,3 +1,4 @@
+PORT = coco
 include $(NITROS9DIR)/rules.mak
 
 DEPENDS		= ./makefile
--- a/level1/coco/modules/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/coco/modules/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,3 +1,4 @@
+PORT = coco
 include $(NITROS9DIR)/rules.mak
 
 vpath %.asm $(6809L1)/modules
--- a/level1/coco/sys/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/coco/sys/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,3 +1,4 @@
+PORT = coco
 include $(NITROS9DIR)/rules.mak
 
 DEPENDS		= ./makefile
--- a/level1/d64/bootfiles/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/d64/bootfiles/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -17,6 +17,7 @@
 #	disk controler and a 60Hz clock.
 #
 
+PORT = dragon
 include $(NITROS9DIR)/rules.mak
 
 # Module directory
--- a/level1/d64/cmds/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/d64/cmds/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,4 +1,4 @@
-PORT = tano
+PORT = dragon
 include $(NITROS9DIR)/rules.mak
 
 vpath %.asm $(6809L1)/cmds:$(3RDPARTY)/packages/basic09
--- a/level1/d64/defs/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/d64/defs/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,3 +1,4 @@
+PORT = dragon
 include $(NITROS9DIR)/rules.mak
 
 DEPENDS		= ./makefile
--- a/level1/d64/modules/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/d64/modules/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -20,7 +20,7 @@
 #	disk controler and a 60Hz clock.
 #
 
-PORT = tano
+PORT = dragon
 include $(NITROS9DIR)/rules.mak
 
 vpath %.asm $(6809L1)/modules
--- a/level1/d64/sys/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/d64/sys/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,3 +1,4 @@
+PORT = dragon
 include $(NITROS9DIR)/rules.mak
 
 DEPENDS		= ./makefile
--- a/level1/dalpha/bootfiles/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/dalpha/bootfiles/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -17,6 +17,7 @@
 #	disk controler and a 60Hz clock.
 #
 
+PORT = dalpha
 include $(NITROS9DIR)/rules.mak
 
 # Module directory
--- a/level1/dalpha/cmds/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/dalpha/cmds/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,4 +1,4 @@
-PORT = tano
+PORT = dalpha
 include $(NITROS9DIR)/rules.mak
 
 vpath %.asm $(6809L1)/cmds:$(3RDPARTY)/packages/basic09
--- a/level1/dalpha/defs/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/dalpha/defs/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,3 +1,4 @@
+PORT = dalpha
 include $(NITROS9DIR)/rules.mak
 
 DEPENDS		= ./makefile
--- a/level1/dalpha/modules/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/dalpha/modules/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -20,7 +20,7 @@
 #	disk controler and a 60Hz clock.
 #
 
-PORT = tano
+PORT = dalpha
 include $(NITROS9DIR)/rules.mak
 
 vpath %.asm $(6809L1)/modules
--- a/level1/dalpha/sys/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/dalpha/sys/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,3 +1,4 @@
+PORT = dalpha
 include $(NITROS9DIR)/rules.mak
 
 DEPENDS		= ./makefile
--- a/level1/modules/boot_d64.asm	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/modules/boot_d64.asm	Sat Apr 22 19:33:51 2006 +0000
@@ -44,7 +44,7 @@
 * Disassembled 1900/00/00 00:05:56 by Disasm v1.5 (C) 1988 by RML
 
         ifp1
-	use 	defsfile.dragon
+	use 	defsfile
         endc
 
 	IFNE	DragonAlpha
@@ -217,7 +217,7 @@
 HWTerm	clrb
 	rts
 	
-        use   	../../6809l1/modules/boot_common.asm
+        use   	../../modules/boot_common.asm
 
 ;
 ; Reset disk heads to track 0
--- a/level1/modules/ddisk.asm	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/modules/ddisk.asm	Sat Apr 22 19:33:51 2006 +0000
@@ -98,7 +98,7 @@
 * Disassembled 02/04/21 22:37:46 by Disasm v1.6 (C) 1988 by RML
 
          ifp1
-         use   defsfile.dragon
+         use   defsfile
          endc
 
 		IFNE	DragonAlpha
--- a/level1/modules/scdpp.asm	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/modules/scdpp.asm	Sat Apr 22 19:33:51 2006 +0000
@@ -10,7 +10,7 @@
 * Disassembled 1900/00/00 00:08:11 by Disasm v1.5 (C) 1988 by RML
 
         ifp1
-        use   	defsfile.dragon
+        use   	defsfile
         endc
 
 tylg    set   	Drivr+Objct   
--- a/level1/tano/bootfiles/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/tano/bootfiles/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -17,6 +17,7 @@
 #	disk controler and a 60Hz clock.
 #
 
+PORT = tano
 include $(NITROS9DIR)/rules.mak
 
 # Module directory
--- a/level1/tano/defs/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/tano/defs/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,3 +1,4 @@
+PORT = tano
 include $(NITROS9DIR)/rules.mak
 
 DEPENDS		= ./makefile
--- a/level1/tano/sys/makefile	Sat Apr 22 19:18:23 2006 +0000
+++ b/level1/tano/sys/makefile	Sat Apr 22 19:33:51 2006 +0000
@@ -1,3 +1,4 @@
+PORT = tano
 include $(NITROS9DIR)/rules.mak
 
 DEPENDS		= ./makefile