Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a #1

Merged
merged 3 commits into from
Jan 29, 2021
Merged

a #1

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gbs-control

This project provides an alternative control software for Tvia Trueview5725 based upscalers / video converter boards.
Gbscontrol provides a complete replacement of the original solution, offering many improvements:
Gbscontrol is an alternative firmware for Tvia Trueview5725 based upscalers / video converter boards.
Its growing list of features includes:
- very low lag
- sharp and defined upscaling, comparing well to other -expensive- units
- no synchronization loss switching 240p/480i (output runs independent from input, sync to display never drops)
Expand All @@ -18,8 +18,9 @@ Sources can be connected via RGB/HV (VGA), RGBS (game consoles, SCART) or Compon
Various variations are supported, such as the PlayStation 2's VGA modes that run over Component cables.

Gbscontrol is a continuation of previous work by dooklink, mybook4, Ian Stedman and others.
It uses the Arduino development platform, targeting the popular Espressif ESP8266 microcontroller.
https://github.com/esp8266/Arduino

Bob from RetroRGB did an overview video on the project. This is a highly recommended watch!
https://www.youtube.com/watch?v=fmfR0XI5czI

Head over to the wiki for the setup guide to learn how to build and use it!
https://github.com/ramapcsx2/gbs-control/wiki/Build-the-Hardware
Expand All @@ -28,7 +29,6 @@ Development threads:
https://shmups.system11.org/viewtopic.php?f=6&t=52172
https://circuit-board.de/forum/index.php/Thread/15601-GBS-8220-Custom-Firmware-in-Arbeit/

Previous work:
https://github.com/dooklink/gbs-control
https://github.com/mybook4/DigisparkSketches/tree/master/GBS_Control
https://ianstedman.wordpress.com/
If you like gbscontrol, you can now <a class="bmc-button" target="_blank" href="https://www.buymeacoffee.com/ramapcsx2"><img src="https://cdn.buymeacoffee.com/buttons/bmc-new-btn-logo.svg" alt="Buy me a coffee">buy me a coffee</a>.
Cheers! :)

2 changes: 1 addition & 1 deletion presetDeinterlacerSection.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const uint8_t presetDeinterlacerSection[] PROGMEM = {
0x0, // s2_A
0x0, // s2_B
0xF, // s2_C
0x4, // s2_D
0x4, // s2_D // low thd: psx: gamera2000 + driver
0x7F, // s2_E
0x14, // s2_F
0x18, // s2_10
Expand Down