# HG changeset patch # User boisy # Date 1113082896 0 # Node ID 5ff0761dda12cc779656106828653b8ef20b45eb # Parent 4604b8d90bd5eef8d7527ddcf49acf00f8ab0bc1 co80.io and term80.dt are no longer in the makefile diff -r 4604b8d90bd5 -r 5ff0761dda12 level1/modules/init.asm --- 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. diff -r 4604b8d90bd5 -r 5ff0761dda12 level1/modules/makefile --- 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 \