1
0
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:
aap
2016-11-01 00:43:30 +01:00
parent 1fde96488e
commit 44fa353ea0
8 changed files with 101 additions and 53 deletions

View File

@@ -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