diff level1/atari/makefile @ 2653:40d55004f686

o krn.asm: Conditionalized out code in kernel to check for top of RAM o vtio.asm: Fixed some issues with the cursor o startup: modified for Atari port
author Boisy Pitre <boisy.pitre@nuance.com>
date Tue, 03 Apr 2012 21:13:12 -0500
parents 538d8fdbaeba
children 05b648103e78 e4a0f58a5f9b
line wrap: on
line diff
--- a/level1/atari/makefile	Mon Apr 02 21:54:25 2012 -0500
+++ b/level1/atari/makefile	Tue Apr 03 21:13:12 2012 -0500
@@ -68,7 +68,7 @@
 	$(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
 	$(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
 	$(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
-	$(CPL) $(STARTUP_DW) $@,startup
+	$(CPL) $(STARTUP) $@,startup
 	$(OS9ATTR_TEXT) $@,startup
 
 $(DSK_DEMO):