1
0
mirror of https://github.com/aap/pdp6.git synced 2026-01-30 05:34:35 +00:00

fixed dependency on inst.h

This commit is contained in:
aap
2016-05-12 22:34:03 +02:00
parent 79ef7a3af8
commit 1452e2c856
5 changed files with 147 additions and 5 deletions

View File

@@ -26,7 +26,8 @@ Otherwise you need SDL and pthread.
## Running
Only the cpu is implemented. There are no external devices yet.
The cpu and the console tty are implemented.
There are no other external devices yet.
The only things missing from the cpu are the clock to generate interrupts
and the repeat key mechanism.
The simulator reads `fmem` and `mem` to initialise the memory and fast memory.