annotate TODO @ 1804:6e5fa42c2fb1

Cleaned up defs files
author boisy
date Thu, 14 Apr 2005 17:10:37 +0000
parents 2330195b098c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1790
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
1 To-Do:
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
2 o Remove CoCo 3 Hi-Res calls from VDGInt and put in separate module.
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
3 This will prevent users from having to have VDGInt in memory when
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
4 playing games that use the SS.*Scrn calls.
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
5
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
6 Bugs:
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
7 o 'CC3IO Deiniz Bug' -- This bug manifests itself if the last window
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
8 device is terminated and initialized. Since this doesn't normally
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
9 happen due to the windowing system always being active at boot-up,
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
10 this isn't a high priority bug.
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
11
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
12 o Some CoCo 3s crash during formatting. Robert Gault has found a
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
13 workaround: bring the CoCo 3 speed down to .89MHz during the
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
14 SS.WTrk call.
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
15
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
16 Ideas for the future:
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
17 o We may want to back-port the cc3io-type architecture (keydrv, snddrv,
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1753
diff changeset
18 joydrv) to NitrOS-9 Level 1.