-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/COMBudda/RetroScreen
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# RetroScreen | ||
C# to visualize a digital signal like MDA, CGA and EGA using an USB logic analyzer | ||
|
||
It is loosely based on the sigrok2EGA project and uses the hardware connections defined there (see at the end). | ||
|
||
If started without arguments, it tries to start sigrok in 24Mhz mode. Currently the sigrok location is hardcoded here: | ||
"C:\Program Files\sigrok\sigrok-cli\sigrok-cli" | ||
|
||
It can also be started in a CMD window with the "-" argument and accepts any 8 bit data stream as stdin. ("myprogramm | CGATest -"). | ||
|
||
Analyzer Channel - EGA 9-Pin connector | ||
|
||
Channel 1 - 5 B | ||
|
||
Channel 2 - 4 G | ||
|
||
Channel 3 - 3 R | ||
|
||
Channel 4 - 6 Gint | ||
|
||
Channel 5 - 2 Rint | ||
|
||
Channel 6 - 7 Bint | ||
|
||
Channel 7 - 8 Hsync | ||
|
||
Channel 8 - 9 Vsync |