diff options
author | Nao Pross <naopross@thearcway.org> | 2018-10-30 11:36:17 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-10-30 11:36:17 +0100 |
commit | e0862cad583864a5e727746935829269a342b725 (patch) | |
tree | de777d0a407b3a01a24cba52ba03f912dc9f4a2d /TODO | |
parent | libc memset, memcmp (diff) | |
download | z80uPC-e0862cad583864a5e727746935829269a342b725.tar.gz z80uPC-e0862cad583864a5e727746935829269a342b725.zip |
Remove uselss resources
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 47 |
1 files changed, 0 insertions, 47 deletions
@@ -1,47 +0,0 @@ -STRUCTURE ---------- -[-] address space - [*] ROM location - [*] RAM location - [ ] I/O space - [ ] serial - [ ] port interface - [ ] timer - [ ] keyboard -[ ] pcb size (eurocard?) -[ ] ram pages - [ ] system page - [ ] user space - -HARDWARE --------- -[?] bus buffering -[*] ROM -[*] RAM -[*] primary clock (4MHz) -[*] secondary clock (200Hz) -[*] stepper button -[*] reset circuit -[*] serial circuit - [*] usart - [*] transceiver -[*] digital port interface -[*] timer(s) -[*] extension connector -[*] address and data visualizer (7SEG display) -[ ] address decoder -[ ] interrupt priorities -[ ] keyboard driver -[ ] display adapter -[ ] PCB layout - -SOFTWARE --------- -[ ] bootloader -[ ] command interpreter -[ ] program loader -[ ] address editor -[ ] NVRAM eraser -[ ] data dump/copy -[ ] basic kernel -[ ] C compiler ? |