annotate level1/atari/TODO @ 2729:8a4c73c4bc8c lwtools-port

Fixed SuperDriver descriptors
author Boisy Pitre <boisy.pitre@nuance.com>
date Thu, 04 Oct 2012 14:23:01 -0500
parents 190364f73e4c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2633
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
1 Things that need to be done:
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
2
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
3 Kernel:
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
4 - D.BTLO and D.BTHI need to be set. This is usually done in KrnP2's JmpBoot,
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
5 but the Atari port doesn't have a boot module. We need to rethink how this will get
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
6 done in this port as well as the CoCo port as CoCoBoot moves forward.
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
7
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
8 VTIO:
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
9 - SS.KySns needs to be implemented
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
10
2729
8a4c73c4bc8c Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2641
diff changeset
11 dw.sb:
8a4c73c4bc8c Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2641
diff changeset
12 - FIXED: Currently branch to init serial VIRQ is commented out. Had system reliability
2633
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
13 troubles with it uncommented.
2729
8a4c73c4bc8c Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2641
diff changeset
14 - FIXED: NMI as clock source could be a problem for DriveWire because OP_TIME could come in
2637
affcac7ca605 Added comment dwwrite...
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2633
diff changeset
15 the middle of a DriveWire read or write.
2633
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
16
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
17 Other:
41313184bd78 Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
18 - CoCoBoot needs to be ported to the Atari.