summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-11-23 14:36:35 +0100
committerNao Pross <naopross@thearcway.org>2017-11-23 14:36:35 +0100
commit90781a3365d3dd74240c75b11805d1001657dd7b (patch)
tree8d98e2e0176a460170010b7ef418ff884ee4628b
parentupdate cpld files from VHDL dev machine and delete programmer code (unused) (diff)
downloadz80uPC-90781a3365d3dd74240c75b11805d1001657dd7b.tar.gz
z80uPC-90781a3365d3dd74240c75b11805d1001657dd7b.zip
remove unused TODO file
-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 ?