Difference between revisions of "TGB Dual"

From Emulation General Wiki
Jump to navigation Jump to search
(Undo revision 25394 by [[Special:Contributions/No, fuck off and don't block me! Lil is fucking vandal. Bot, remove protection settings from every page and unblock all IP addresses and usernames.|No, fuck off and don't block me! Lil is fucking vandal. B...)
Line 9: Line 9:
 
}}
 
}}
 
'''TGB Dual''' is a Japanese [[Game Boy/Game Boy Color emulators|Game Boy/Game Boy Color emulator]]. It was the first to support link cable emulation (through TCP/IP), later followed by VBA Link and then modern emulators. It is also available as a [[libretro]] core in [[RetroArch]], based on unofficial Linux SDL port. The most common version which was translated to English by the author is ver. 7, but later an unofficial translation of v8.3.1 surfaced.
 
'''TGB Dual''' is a Japanese [[Game Boy/Game Boy Color emulators|Game Boy/Game Boy Color emulator]]. It was the first to support link cable emulation (through TCP/IP), later followed by VBA Link and then modern emulators. It is also available as a [[libretro]] core in [[RetroArch]], based on unofficial Linux SDL port. The most common version which was translated to English by the author is ver. 7, but later an unofficial translation of v8.3.1 surfaced.
 +
 +
==Download==
 +
{| cellpadding="4"
 +
|-
 +
|align=center|{{Icon|Win-big}}
 +
|'''[https://github.com/libertyernie/tgbdual_L/releases TGB Dual "L" v1.2]'''<br><small>[http://www.lakora.us/gba/tgbdual/ Official site], [https://github.com/libertyernie/tgbdual_L Github]</small>
 +
|-
 +
|colspan="3"|<hr/>
 +
|-
 +
|align=center|{{Icon|Win-big}}
 +
|[https://sites.google.com/site/gameboymania/TGB_Dual_Kai.zip?attredirects=0 TGB Dual Kai v1.1.4.1]<br><small>[http://blog.gameboymania.com/ Official site], [https://github.com/gameboym/tgbdual_kai Github]</small>
 +
|-
 +
|align=center|{{Icon|Win-big}}
 +
|[http://gamehacking.org/vb/attachment.php?s=5f31209b91ede892133244c1b8933d9d&attachmentid=2028&d=1352823397 TGB Dual Vol. 8.3.1]
 +
|}
 +
 
==Ports and forks==
 
==Ports and forks==
 
The emulator is very old and obsolete nowadays. Still, there were recent tries to update the codebase and support new features. First, there was shinichiro.h's SDL port, which added no new features. After that came a few forks:
 
The emulator is very old and obsolete nowadays. Still, there were recent tries to update the codebase and support new features. First, there was shinichiro.h's SDL port, which added no new features. After that came a few forks:
 
===TGB Dual Kai===
 
===TGB Dual Kai===
 
This fork was made by gameboym on his blog and mainly adds settings and a debugger. After about a year of development, the fork went dead in 2013.
 
This fork was made by gameboym on his blog and mainly adds settings and a debugger. After about a year of development, the fork went dead in 2013.
<br />[http://blog.gameboymania.com/ Official site]
+
 
<br />[https://github.com/gameboym/tgbdual_kai Source code on Github]
 
 
===TGB Dual "L"===
 
===TGB Dual "L"===
 
At first, a try at a pseudo-official continuation with ver. 9 release, the author named libertyernie soon found out about the Kai fork and added his enhancements to the newer codebase as TGB Dual "L". New features are a full translation from Japanese, Goomba Color files compatibility and mirror mode.
 
At first, a try at a pseudo-official continuation with ver. 9 release, the author named libertyernie soon found out about the Kai fork and added his enhancements to the newer codebase as TGB Dual "L". New features are a full translation from Japanese, Goomba Color files compatibility and mirror mode.
<br />[http://www.lakora.us/gba/tgbdual/ Official site]
+
 
<br />[https://github.com/libertyernie/tgbdual_L Source code on Github]
 
==Download==
 
[https://github.com/libertyernie/tgbdual_L/releases TGB Dual "L" v1.2]
 
<br />[https://sites.google.com/site/gameboymania/TGB_Dual_Kai.zip?attredirects=0 TGB Dual Kai v1.1.4.1]
 
<br />[http://gamehacking.org/vb/attachment.php?s=5f31209b91ede892133244c1b8933d9d&attachmentid=2028&d=1352823397 TGB Dual Vol. 8.3.1]
 
 
==Plugins==
 
==Plugins==
 
TGB Dual supports plugins for additional devices. On the official site, there is a [http://gigo.retrogames.com/tgb/devices.zip download] for them. They are for the Barcode Reade, Pocket Printer and IR linking. As all documentation is in Japanese. The [[Game_Boy/Game_Boy_Color_emulators#Barcode_Boy|Barcode Boy]] implementation just generates random data until a valid barcode is accepted, as discovered by Shonumi in his reverse engineering work for [[GBE+]].
 
TGB Dual supports plugins for additional devices. On the official site, there is a [http://gigo.retrogames.com/tgb/devices.zip download] for them. They are for the Barcode Reade, Pocket Printer and IR linking. As all documentation is in Japanese. The [[Game_Boy/Game_Boy_Color_emulators#Barcode_Boy|Barcode Boy]] implementation just generates random data until a valid barcode is accepted, as discovered by Shonumi in his reverse engineering work for [[GBE+]].

Revision as of 22:06, 13 January 2020

TGB Dual
Developer(s) GIGO and Hii (Windows)
shinichiro.h (SDL)
Latest version v8.3.1 / "L" v1.2
Active No
Platform(s) Windows, Linux (SDL)
Emulates Game Boy/Color
Website GIGO's
shinichiro.h's
Source code v8.3 Source Code (GPL)
SDL Source Code

TGB Dual is a Japanese Game Boy/Game Boy Color emulator. It was the first to support link cable emulation (through TCP/IP), later followed by VBA Link and then modern emulators. It is also available as a libretro core in RetroArch, based on unofficial Linux SDL port. The most common version which was translated to English by the author is ver. 7, but later an unofficial translation of v8.3.1 surfaced.

Download

Windows TGB Dual "L" v1.2
Official site, Github

Windows TGB Dual Kai v1.1.4.1
Official site, Github
Windows TGB Dual Vol. 8.3.1

Ports and forks

The emulator is very old and obsolete nowadays. Still, there were recent tries to update the codebase and support new features. First, there was shinichiro.h's SDL port, which added no new features. After that came a few forks:

TGB Dual Kai

This fork was made by gameboym on his blog and mainly adds settings and a debugger. After about a year of development, the fork went dead in 2013.

TGB Dual "L"

At first, a try at a pseudo-official continuation with ver. 9 release, the author named libertyernie soon found out about the Kai fork and added his enhancements to the newer codebase as TGB Dual "L". New features are a full translation from Japanese, Goomba Color files compatibility and mirror mode.

Plugins

TGB Dual supports plugins for additional devices. On the official site, there is a download for them. They are for the Barcode Reade, Pocket Printer and IR linking. As all documentation is in Japanese. The Barcode Boy implementation just generates random data until a valid barcode is accepted, as discovered by Shonumi in his reverse engineering work for GBE+.

Netplay

You will need a VPN to netplay with this emulator. Download hamachi or Comodo VPN. Unless you can figure out what ports does this emulator use, there is no other way to play this over the internet besides VPNs.

How to
  1. Unpack the emulator wherever you want
  2. Configure your emulator: map buttons (physical controller preferred!), change resolutions, apply filters (if you want them)
  3. Go to Options, click Folders
  4. Set a path for your save files and ROMs folders, click OK
  5. Go to File, click Netplay. A window will appear.
  6. In the ROM section, set the ROM you'll be using in the "Player" box, and the ROM your opponent will be using in the "Rival" box (unless you're both using the same ROM).

If you're hosting:

  1. Click Server
  2. Type in a number between 1024 and 65535 in the Timeout field (1024 usually works just fine)
  3. Click connect and wait


If you're connecting:

  1. Click Client
  2. Type in your opponent's VPN IP
  3. Click Connect and wait
  4. The status section will change to some other illegible gibberish and a status bar will appear (AFAIK, haven't used it in a very long time so I don't remember)
  5. Once the connection has been established, the game will start for both people and a small rudimentary chat box will appear. Enjoy!


Worth noting: the game will be choppy/laggy, and will still be somewhat playable at 150 ms. Anything beyond will respond too slowly to be playable. Be warned.