# HG changeset patch # User boisy # Date 1090005397 0 # Node ID d696f50c0c674f8bf83763cee8e3a3ee0c04cada # Parent 8b6ca619d106549efea167fa76d30a67a4bf2730 updated standard.bl files with emulator clocks. sysgo.asm now has a different output for development builds. releasedefs updated for v03.02.02+ diff -r 8b6ca619d106 -r d696f50c0c67 defs/releasedefs --- a/defs/releasedefs Fri Jul 16 14:59:40 2004 +0000 +++ b/defs/releasedefs Fri Jul 16 19:16:37 2004 +0000 @@ -4,5 +4,7 @@ * NitrOS-9 Version equates NOS9Vrsn equ 3 NOS9Major equ 2 -NOS9Minor equ 3 -TEST equ 1 +NOS9Minor equ 2 +* If DEVEL is 1, then sysgo shows that a development +* version is being run. +DEVEL equ 1 diff -r 8b6ca619d106 -r d696f50c0c67 docs/Getting Started With NitrOS-9.doc Binary file docs/Getting Started With NitrOS-9.doc has changed diff -r 8b6ca619d106 -r d696f50c0c67 level1/modules/sysgo.asm --- a/level1/modules/sysgo.asm Fri Jul 16 14:59:40 2004 +0000 +++ b/level1/modules/sysgo.asm Fri Jul 16 19:16:37 2004 +0000 @@ -64,14 +64,23 @@ fcb '0+NOS9Major fcc /.0/ fcb '0+NOS9Minor + IFNE DEVEL + fcc /+/ + ENDC fcb C$CR,C$LF - IFNE TEST - fcc "** PRE-RELEASE TEST VERSION **" + IFNE DEVEL + fcc "** DEVELOPMENT BUILD **" + fcb C$CR,C$LF + fcc "** NOT FOR DISTRIBUTION! **" fcb C$CR,C$LF ENDC * For ROM version, cut down on verbage IFEQ ROM + IFNE DEVEL dts + ELSE + fcc "September 1, 2004" + ENDC fcb C$CR,C$LF fcc !http://www.nitros9.org! fcb C$CR,C$LF diff -r 8b6ca619d106 -r d696f50c0c67 level2/coco3/bootlists/standard.bl --- a/level2/coco3/bootlists/standard.bl Fri Jul 16 14:59:40 2004 +0000 +++ b/level2/coco3/bootlists/standard.bl Fri Jul 16 19:16:37 2004 +0000 @@ -217,7 +217,8 @@ * Select one clock2 module that supports your real-time clock, if any. * Besides support for the internal software clock, the following * hardware clocks are supported: Burke & Burke, Disto 2-N-1, Disto 4-N-1, -* Eliminator, Harris, SmartWatch, Cloud-9, DriveWire +* Eliminator, Harris, SmartWatch, Cloud-9, the MESS emulator, Jeff +* Vavasour's CoCo emulator, and DriveWire. ../MODULES/CLOCKS/clock2_soft *../MODULES/CLOCKS/clock2_bnb *../MODULES/CLOCKS/clock2_disto2 @@ -225,6 +226,8 @@ *../MODULES/CLOCKS/clock2_elim *../MODULES/CLOCKS/clock2_harris *../MODULES/CLOCKS/clock2_smart +*../MODULES/CLOCKS/clock2_jvemu +*../MODULES/CLOCKS/clock2_messemu *../MODULES/CLOCKS/clock2_cloud9 *../MODULES/CLOCKS/clock2_dw * diff -r 8b6ca619d106 -r d696f50c0c67 level2/coco3_6309/bootlists/standard.bl --- a/level2/coco3_6309/bootlists/standard.bl Fri Jul 16 14:59:40 2004 +0000 +++ b/level2/coco3_6309/bootlists/standard.bl Fri Jul 16 19:16:37 2004 +0000 @@ -217,7 +217,8 @@ * Select one clock2 module that supports your real-time clock, if any. * Besides support for the internal software clock, the following * hardware clocks are supported: Burke & Burke, Disto 2-N-1, Disto 4-N-1, -* Eliminator, Harris, SmartWatch, Cloud-9, DriveWire +* Eliminator, Harris, SmartWatch, Cloud-9, the MESS emulator, Jeff +* Vavasour's CoCo emulator, and DriveWire. ../MODULES/CLOCKS/clock2_soft *../MODULES/CLOCKS/clock2_bnb *../MODULES/CLOCKS/clock2_disto2 @@ -225,6 +226,8 @@ *../MODULES/CLOCKS/clock2_elim *../MODULES/CLOCKS/clock2_harris *../MODULES/CLOCKS/clock2_smart +*../MODULES/CLOCKS/clock2_jvemu +*../MODULES/CLOCKS/clock2_messemu *../MODULES/CLOCKS/clock2_cloud9 *../MODULES/CLOCKS/clock2_dw *