summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-10-30 11:36:17 +0100
committerNao Pross <naopross@thearcway.org>2018-10-30 11:36:17 +0100
commite0862cad583864a5e727746935829269a342b725 (patch)
treede777d0a407b3a01a24cba52ba03f912dc9f4a2d /TODO
parentlibc memset, memcmp (diff)
downloadz80uPC-e0862cad583864a5e727746935829269a342b725.tar.gz
z80uPC-e0862cad583864a5e727746935829269a342b725.zip
Remove uselss resources
Diffstat (limited to 'TODO')
-rw-r--r--TODO47
1 files changed, 0 insertions, 47 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index bb25a8b..0000000
--- a/TODO
+++ /dev/null
@@ -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 ?