changeset 1792:5ff0761dda12

co80.io and term80.dt are no longer in the makefile
author boisy
date Sat, 09 Apr 2005 21:41:36 +0000
parents 4604b8d90bd5
children 85ee5522dbc1
files level1/modules/init.asm level1/modules/makefile
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/init.asm	Sat Apr 09 21:35:26 2005 +0000
+++ b/level1/modules/init.asm	Sat Apr 09 21:41:36 2005 +0000
@@ -19,6 +19,7 @@
 * Restarted edition number back to 1, removed CMDS/cc3go reference and
 * just have cc3go so that in certain cases, cc3go can be in the bootfile,
 * and so that ROMmed systems don't have to have a special init module.
+*
 *          2003/11/05  Robert Gault
 * Corrected CC3IO info regards mouse. Changed from fcb to fdb low res/ right
 * Corrected OS9Defs to match.
--- a/level1/modules/makefile	Sat Apr 09 21:35:26 2005 +0000
+++ b/level1/modules/makefile	Sat Apr 09 21:41:36 2005 +0000
@@ -32,10 +32,10 @@
 
 SCF		= scf.mn \
 		sc6551.dr vrn.dr printer.dr sio.dr sspak.dr ccio.dr \
-		co32.io co51.io co80.io \
+		co32.io co51.io \
 		nil.dd p.dd pipe.dd ssp.dd \
 		term_sio.dt term_sc6551.dt t1.dd t2_sc6551.dd t3_sc6551.dt \
-		term32.dt term51.dt term80.dt
+		term32.dt term51.dt
 
 PIPE		= pipeman.mn \
 		piper.dr \