1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-05-02 22:24:16 +00:00

Commit retro-220 version 0.03:

1. Implementation Paper Tape Reader devices and op codes.
2. Commit standard and inverse-format paper tape loaders for WINTER.PI program.
3. Fix positioning of Cardatron and TTY/Paper Tape Punch device windows.
This commit is contained in:
Paul Kimpel
2017-05-29 14:03:42 -07:00
parent 8b6199afd8
commit a95b75bc88
18 changed files with 1555 additions and 315 deletions

View File

@@ -86,6 +86,7 @@
#SystemMemorySize {
text-align: center}
#ConsoleInputTable,
#ConsoleOutputTable,
#CardatronTable,
#MagTapeOptionsTable,
@@ -93,6 +94,8 @@
border-spacing: 0;
border-collapse: collapse}
#ConsoleInputTable TH,
#ConsoleInputTable TD,
#ConsoleOutputTable TH,
#ConsoleOutputTable TD,
#CardatronTable TH,