diff TODO @ 1790:2330195b098c

bootlists updated for disto scii drivers. Fixed rb1773.asm so that Level 1 wouldn't assemble Robert Gault's work-around patch for format crash on some CoCo 3s.
author boisy
date Sat, 09 Apr 2005 19:17:22 +0000
parents 7c0471cf028c
children
line wrap: on
line diff
--- a/TODO	Sat Apr 09 18:26:58 2005 +0000
+++ b/TODO	Sat Apr 09 19:17:22 2005 +0000
@@ -1,4 +1,18 @@
-NitrOS-9
-  - Remove CoCo 3 Hi-Res calls from VDGInt and put in separate module
-  - Split WindInt into GrfInt/WindInt
-  - Back-port cc3io, keydrv, snddrv, joydrv to Level 1??
+To-Do:
+  o Remove CoCo 3 Hi-Res calls from VDGInt and put in separate module.
+    This will prevent users from having to have VDGInt in memory when
+    playing games that use the SS.*Scrn calls.
+
+Bugs:
+  o 'CC3IO Deiniz Bug' -- This bug manifests itself if the last window
+    device is terminated and initialized.  Since this doesn't normally
+    happen due to the windowing system always being active at boot-up,
+    this isn't a high priority bug.
+
+  o Some CoCo 3s crash during formatting.  Robert Gault has found a
+    workaround: bring the CoCo 3 speed down to .89MHz during the
+    SS.WTrk call.
+
+Ideas for the future:
+  o We may want to back-port the cc3io-type architecture (keydrv, snddrv,
+    joydrv) to NitrOS-9 Level 1.