mirror of
https://github.com/aap/pdp6.git
synced 2026-02-09 09:51:33 +00:00
fixed PI channels, implemented clock
This commit is contained in:
11
README.md
11
README.md
@@ -28,12 +28,9 @@ Otherwise you need SDL and pthread.
|
||||
|
||||
## Running
|
||||
|
||||
The cpu and the console tty are implemented.
|
||||
The paper tape reader and punch are work in progress,
|
||||
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.
|
||||
The cpu (apr), console tty and paper tape/punch are implemented.
|
||||
There are no other external devices yet.
|
||||
The only things missing from the cpu is the repeat key mechanism.
|
||||
|
||||
## File tree
|
||||
|
||||
@@ -45,7 +42,7 @@ The simulator reads `fmem` and `mem` to initialise the memory and fast memory.
|
||||
|
||||
## To do
|
||||
|
||||
- clock, repeat and maint. switches
|
||||
- repeat and maint. switches
|
||||
- test thoroughly!
|
||||
- devices
|
||||
- timing
|
||||
|
||||
Reference in New Issue
Block a user