1
0
mirror of https://github.com/aap/pdp6.git synced 2026-03-05 11:04:41 +00:00

renamed src to emu, updated README

This commit is contained in:
aap
2016-12-02 10:07:54 +01:00
parent 45bd177a73
commit 92adeafbb7
10 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,9 @@ The maintenance manual has flow charts, schematics and explanations:
![Screenshot of the front panel](https://raw.githubusercontent.com/aap/pdp6/master/art/screenshot.png)
More recently I've been working on a verilog simulation that I want
to put on an FPGA eventually.
## Code
The code is more or less a transcription of the schematics into C.
@@ -34,11 +37,12 @@ The only things missing from the cpu is the repeat key mechanism.
## File tree
* `src` source for the emulator
* `emu` source for the emulator
* `verilog` source for the verilog simulation
* `art` everything graphical
* `code` some test code for the PDP-6
* `misc` some misc. and old stuff
* `tools` tools like an assembler and linker
* `misc` some misc. and old stuff
## To do

View File