Skip to content

Commit

Permalink
Merge pull request #1 from ramapcsx2/master
Browse files Browse the repository at this point in the history
a
  • Loading branch information
goutsune authored Jan 29, 2021
2 parents b9a0cb7 + 6eb2dc4 commit 165505e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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

0 comments on commit 165505e

Please sign in to comment.