Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
c0pperdragon committed Apr 15, 2020
1 parent 53ec488 commit 06ca916
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions testcircuit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ to test the mod boards without actually installing them into a real C64.
For this purpose, the necessary input signals can be generated by a
second FPGA board, programmed to simulate the various VIC signals.
These are fed into the VIC adapter board (via a ZIF socket for example)
which will in turn drive the FPGA board to generate the test image.
which will in turn drive the FPGA board under test to generate the test image.

The provided firmware will turn a standard C64 video enhanchement board
to a signal generator that uses the GPIO1 port and two additional pins for output
instead of input.
The provided firmware (TestSignalGenerator.pof) will turn a standard
C64 video enhanchement board into a signal generator that uses the GPIO1 port
and two additional pins as outputs instead of inputs.
Be careful to use such a board only for this test purpose, as
it will cause damage to connect some other signal source to these outputs.

Expand Down Expand Up @@ -50,9 +50,3 @@ it will cause damage to connect some other signal source to these outputs.
| 39 | SW1 1 | Pin 38 | DB8 |
| 40 | SW1 2 | Pin 39 | DB7 |

## Firmware

The signal generator board needs a dedicated firmware that turns
a standard C64 video enhancement board a signal generator for testing.
This file is called TestSignalGenerator.pof and can be found
right in this folder.

0 comments on commit 06ca916

Please sign in to comment.