diff options
author | Nao Pross <naopross@thearcway.org> | 2017-03-05 22:14:47 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-03-05 22:14:47 +0100 |
commit | 1347154bb3026da689eb17dad6cc46162b60cf69 (patch) | |
tree | 02d97f2f32c4edde013839e22d291f01534085c4 /TODO | |
parent | sw: copied flash tool source from gameboymod (diff) | |
download | z80uPC-1347154bb3026da689eb17dad6cc46162b60cf69.tar.gz z80uPC-1347154bb3026da689eb17dad6cc46162b60cf69.zip |
created doc
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ +STRUCTURE +--------- +[*] address space +[ ] pcb size (standard) +[ ] ram pages + +HARDWARE +-------- +[ ] bus buffering +[*] ROM +[*] RAM +[*] clock circuit +[ ] reset circuit +[ ] digital port interface +[ ] serial terminal +[ ] extension connector +[ ] keyboard driver +[ ] display driver +[ ] PCB layout + +SOFTWARE +-------- +[ ] bootloader +[ ] command interpreter +[ ] program loader +[ ] address editor +[ ] NVRAM eraser +[ ] data dump/copy |