ID gearboy
Short Name gearboy
Name gearboy
Type Handheld
Description Gearboy is an open source emulator for the Game Boy Color written in C++. Gearyboy has a highly accurate CPU emulation, including accurate instruction timing.
To prove its accuracy the Gearboy team have tested it against blaargs “cpu_instrs.gb” test and “instr_timing.gb” test. The emulator even goes as far to also emulate the LCD controller, so everything is drawn to the screen as it would of been on the Game Boy Color.
Gearboy maintains support for all common memory bank controllers and their associated RAM cartridges.
While this emulator is highly compatible with original Game Boy games, to a point its Game Boy Color side is not as accurately produced and not as compatible or emulated.
Logo logo
Platforms Nintendo Game Boy Color
Matches emulationking gearboy
scoop-emulators gearboy
scoop-emulators gearboy-dev
emutopia 1043
emucr gearboy
Author
License
Binary
Directory
Command Line
Links repo - https://github.com/drhelius/Gearboy
Screenshots screensot screensot screensot screensot screensot screensot
Downloads
Version Download ChangeLog OS OS Version Bits Date Bin
2.7.0 Download ChangeLog Linux
emulationking gearboy
{
    "id": "gearboy",
    "url": "https://emulationking.com/gearboy/",
    "name": "GearBoy",
    "logo": "https://cdn.emulationking.com/wp-content/uploads/2015/03/Gearboy-Logo-GBC-Emulator.png",
    "shortDesc": "GearBoy is an open source GBC Emulator that strives to achieve accurate emulation of the Game Boy Color while also keeping its code base highly portable. GearBoy is also being used as RetroArch’s core for GBC and GB emulation.",
    "description": "Gearboy is an open source emulator for the Game Boy Color written in C++. Gearyboy has a highly accurate CPU emulation, including accurate instruction timing.\nTo prove its accuracy the Gearboy team have tested it against blaargs “cpu_instrs.gb” test and “instr_timing.gb” test. The emulator even goes as far to also emulate the LCD controller, so everything is drawn to the screen as it would of been on the Game Boy Color.\nGearboy maintains support for all common memory bank controllers and their associated RAM cartridges.\nWhile this emulator is highly compatible with original Game Boy games, to a point its Game Boy Color side is not as accurately produced and not as compatible or emulated.",
    "platforms": [
        "gameboycolor"
    ],
    "runs": [
        "windows",
        "linux",
        "apple"
    ],
    "screenshots": [
        "https://cdn.emulationking.com/wp-content/uploads/2015/03/Gearboy-GBC-Emulator-Pic01.jpg",
        "https://cdn.emulationking.com/wp-content/uploads/2015/03/Gearboy-GBC-Emulator-Pic02.png",
        "https://cdn.emulationking.com/wp-content/uploads/2015/03/Gearboy-GBC-Emulator-Pic03.png",
        "https://cdn.emulationking.com/wp-content/uploads/2015/03/Gearboy-GBC-Emulator-Pic04.png",
        "https://cdn.emulationking.com/wp-content/uploads/2015/03/Gearboy-GBC-Emulator-Pic05.png",
        "https://cdn.emulationking.com/wp-content/uploads/2015/03/Gearboy-GBC-Emulator-Pic06.png"
    ],
    "versions": {
        "2.7.0": {
            "url": "https://consolo.is.cc/emulationking/gearboy/Gearboy-2.7.0-Linux.tar.xz",
            "os": "Linux"
        }
    }
}
scoop-emulators gearboy
{
    "version": "3.4.0",
    "description": "Game Boy / Gameboy Color emulator for iOS, macOS, Raspberry Pi, Windows, Linux, BSD and RetroArch.",
    "homepage": "https://github.com/drhelius/Gearboy",
    "license": "GPL-3.0",
    "url": "https://github.com/drhelius/Gearboy/releases/download/gearboy-3.4.0/Gearboy-3.4.0-Windows.zip",
    "hash": "cf4c57414965b4d776dca7e279bddd536e7449ca5f6ae6f2458956db791ecb02",
    "extract_dir": "Gearboy-3.4.0-Windows",
    "bin": "Gearboy.exe",
    "shortcuts": [
        [
            "Gearboy.exe",
            "GearBoy"
        ]
    ],
    "checkver": {
        "github": "https://github.com/drhelius/Gearboy",
        "re": "\\/releases\\/tag\\/gearboy-([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/drhelius/Gearboy/releases/download/gearboy-$version/Gearboy-$version-Windows.zip",
        "extract_dir": "Gearboy-$version-Windows"
    }
}
scoop-emulators gearboy-dev
{
    "version": "219-20221030-2c5b8b4",
    "description": "Gearboy is a Nintendo Game Boy emulator written in C++. The emulator is focused on readability of source code, but nevertheless it has good compatibility. A lot of effort has gone into this in order to follow OOP and keep it as simple as possible.",
    "homepage": "https://github.com/drhelius/Gearboy",
    "license": "GPL-3",
    "url": "https://nightly.link/drhelius/Gearboy/workflows/gearboy/master/Windows%20binary.zip",
    "hash": "26d18c7b351c93488d0cf28929ec0695db7ebb466369148ff94a2170f3e9bc16",
    "bin": "Gearboy.exe",
    "checkver": {
        "url": "https://api.github.com/repos/drhelius/Gearboy/actions/workflows/gearboy.yml/runs?branch=master&status=success",
        "script": [
            "$sha = json_path $page $.workflow_runs[0].head_sha",
            "$runId = json_path $page $.workflow_runs[0].run_number",
            "$suiteId = json_path $page $.workflow_runs[0].check_suite_id",
            "$artUrl = json_path $page $.workflow_runs[0].artifacts_url",
            "$date = json_path $page $.workflow_runs[0].created_at",
            "$cont = (Invoke-WebRequest $artUrl).Content | ConvertFrom-Json",
            "$artId = $cont.artifacts[1].id",
            "Write-Output \"$suiteId $artId $runId $date $sha\""
        ],
        "regex": "^(?<suite>[^ ]+) (?<art>[^ ]+) (?<version>[^ ]+) (?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})[^ ]+ (?<hash>.{7})(?<rest>.*)$",
        "replace": "${version}-${year}${month}${day}-${hash}"
    },
    "autoupdate": {
        "url": "https://nightly.link/drhelius/Gearboy/workflows/gearboy/master/Windows%20binary.zip"
    }
}
emutopia 1043
{
    "id": 1043,
    "name": "GearBoy",
    "shortName": "gearboy",
    "url": "https://emutopia.com/index.php/emulators/item/261-nintendo-gameboy-gameboy-colour/1043-gearboy",
    "type": "Handhelds",
    "platforms": [
        261
    ],
    "os": [
        "Linux",
        "Windows"
    ],
    "description": "<span class=\"field-year\"> <p>Gearboy is a Nintendo Game Boy / GameBoy Color emulator written in C++ that runs on iOS, Raspberry Pi, Mac, Windows and Linux.</p>\n<p><span style=\"line-height: 1.3em;\">The main focus of this emulator is readability of source code with a high compatibility.</span></p>\n\n<p><span style=\"line-height: 1.3em;\">Features</span></p>\n<ul>\n<li><span style=\"line-height: 1.3em;\">Accurate CPU emulation, passes cpu_instrs.gb from blargg's tests.</span></li>\n<li><span style=\"line-height: 1.3em;\">Accurate instruction timing, passes instr_timing.gb from blargg's tests.</span></li>\n<li><span style=\"line-height: 1.3em;\">Memory Bank Controllers (MBC1, MBC2, MBC3 with RTC, MBC5), ROM + RAM and multicart cartridges.</span></li>\n<li><span style=\"line-height: 1.3em;\">Accurate LCD controller emulation. Background, window and sprites, with correct timings and priorities.</span></li>\n<li><span style=\"line-height: 1.3em;\">Mix frames: Mimics the LCD ghosting effect seen in the original Game Boy.</span></li>\n<li><span style=\"line-height: 1.3em;\">Sound emulation using SDL Audio and Gb_Snd_Emu library.</span></li>\n<li><span style=\"line-height: 1.3em;\">Game Boy Color support.</span></li>\n<li><span style=\"line-height: 1.3em;\">Integrated disassembler. It can dump the full disassembled memory to a text file or access it in real time.</span></li>\n<li><span style=\"line-height: 1.3em;\">Saves battery powered RAM cartridges to file.</span></li>\n<li><span style=\"line-height: 1.3em;\">Compressed rom support (ZIP deflate).</span></li>\n<li><span style=\"line-height: 1.3em;\">Multi platform. Runs on Windows, Linux, Mac OS X, Raspberry Pi and iOS.</span></li>\n</ul>\n<p><span style=\"line-height: 1.3em;\">Todo List</span></p>\n<ul>\n<li><span style=\"line-height: 1.3em;\">iOS landscape mode.</span></li>\n<li><span style=\"line-height: 1.3em;\">Saving and loading game states.</span></li>\n<li><span style=\"line-height: 1.3em;\">Pixel precision scan line timing (https://gist.github.com/3730564).</span></li>\n<li><span style=\"line-height: 1.3em;\">Debugger.</span></li>\n</ul></span>",
    "links": {
        "http://github.com/drhelius/Gearboy": "drhelius/Gearboy · GitHub",
        "http://modmyi.com/info/gearboygameboy.d.php": "Gearboy (Game Boy)"
    },
    "downloads": {
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=29788&fid=20&fidx=36&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.1.1 [Source Code] (Zip)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=29787&fid=20&fidx=35&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.1.1 [Source Code] (Tarball)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=29786&fid=20&fidx=34&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.1.1 [Windows] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=29785&fid=20&fidx=33&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.1.1 [macOS]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=29784&fid=20&fidx=32&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.1.1 [Linux] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=29286&fid=20&fidx=31&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.1.0 [Source Code] (Zip)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=29285&fid=20&fidx=30&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.1.0 [Source Code] (Tarball)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=29284&fid=20&fidx=29&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.1.0 [macOS]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=29283&fid=20&fidx=28&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.1.0 [Windows] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=29282&fid=20&fidx=27&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.1.0 [Linux] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28612&fid=20&fidx=26&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.4 [Source Code] (Zip)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28611&fid=20&fidx=25&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.4 [Source Code] (Tarball)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28610&fid=20&fidx=24&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.4 [Linux] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28609&fid=20&fidx=23&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.4 [macOS]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28608&fid=20&fidx=22&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.4 [Windows] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28508&fid=20&fidx=21&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.3 [Source Code] (Tarball)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28507&fid=20&fidx=20&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.3 [macOS]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28506&fid=20&fidx=19&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.3 [Linux] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28505&fid=20&fidx=18&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.3 [Windows] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28504&fid=20&fidx=17&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.3 [Windows] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28456&fid=20&fidx=16&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.2 [Source Code] (Zip)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28455&fid=20&fidx=15&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.2 [Source Code] (Tarball)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28454&fid=20&fidx=14&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.2 [Linux] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28453&fid=20&fidx=13&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.2 [macOS]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28452&fid=20&fidx=12&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.2 [Windows] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28345&fid=20&fidx=11&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.1 [Source Code] (Zip)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28344&fid=20&fidx=10&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.1 [Source Code] (Tarball)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28343&fid=20&fidx=9&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.1 [macOS]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28342&fid=20&fidx=8&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.1 [Windows] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28341&fid=20&fidx=7&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.1 [Linux] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28208&fid=20&fidx=6&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.0 [Source Code] (Tarball)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28207&fid=20&fidx=5&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.0 [Source Code] (Zip)",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28206&fid=20&fidx=4&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.0 [macOS]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28205&fid=20&fidx=3&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.0 [Windows] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=28204&fid=20&fidx=2&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "Gearboy 3.0.0 [Linux] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=10696&fid=20&fidx=1&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "GearBoy 0.8 [Windows] [32-Bit Intel]",
        "https://emutopia.com/index.php?option=com_cobalt&task=files.download&tmpl=component&id=10695&fid=20&fidx=0&rid=1043&return=aHR0cHM6Ly9lbXV0b3BpYS5jb20vaW5kZXgucGhwL2VtdWxhdG9ycy9pdGVtLzI2MS1uaW50ZW5kby1nYW1lYm95LWdhbWVib3ktY29sb3VyLzEwNDMtZ2VhcmJveQ%3D%3D": "GearBoy 0.8 [Linux] [Generic DEB] [32-Bit Intel]"
    }
}
emucr gearboy
{
    "id": "gearboy",
    "name": "Gearboy",
    "description": "<a href=\"http://www.emucr.com\" style=\"font-weight:normal;color:black;text-decoration: none;\" target=\"_blank\">Gearboy</a> is a Nintendo <a href=\"http://www.emucr.com\" style=\"font-weight:normal;color:black;text-decoration: none;\" target=\"_blank\">Game Boy</a> emulator written in C++. The emulator is focused on readability of source code, but nevertheless it has good compatibility. A lot of effort has gone into this in order to follow OOP and keep it as simple as possible.<a name=\"more\"></a><br>\n<br>\n<a href=\"http://www.emucr.com\" style=\"font-weight:bold;color:black;text-decoration: none;\" target=\"_blank\">Gearboy Features:</a><br>\n- Highly accurate CPU emulation, passes cpu_instrs.gb from blargg's tests.<br>\n- Accurate instruction and memory timing, passes instr_timing.gb and mem_timing.gb from blargg's tests.<br>\n- Memory Bank Controllers (MBC1, MBC2, MBC3 with RTC, MBC5), ROM + RAM and multicart cartridges.<br>\n- Accurate LCD controller emulation. Background, window and sprites, with correct timings and priorities including mid-scanline timing.<br>\n- Mix frames: Mimics the LCD ghosting effect seen in the original Game Boy.<br>\n- Sound emulation using SDL Audio and Gb_Snd_Emu library.<br>\n- Game Boy Color support.<br>\n- Integrated disassembler. It can dump the full disassembled memory to a text file or access it in real time.<br>\n- Saves battery powered RAM cartridges to file.<br>\n- Save states.<br>\n- Compressed rom support (ZIP deflate).<br>\n- Game Genie and GameShark cheat support.<br>\n- Multi platform. Runs on Windows, Linux, Mac OS X, Raspberry Pi, iOS and as a libretro core (RetroArch).\n<br>\n<br>",
    "tags": [
        "Console",
        "Dev_Build",
        "GB",
        "Gearboy"
    ],
    "versions": [
        "Git (2023/03/17)",
        "Git (2023/02/22)",
        "Git (2022/09/28)",
        "Git (2022/06/23)",
        "Git (2022/03/08)",
        "Git (2022/03/07)",
        "Git (2022/02/13)",
        "Git (2022/01/30)",
        "Git (2022/01/01)",
        "Git (2021/12/26)",
        "Git (2021/12/25)",
        "Git (2021/12/23)",
        "Git (2021/12/05)",
        "Git (2021/09/06)",
        "v3.4.0",
        "Git (2021/07/25)",
        "Git (2021/07/23)",
        "Git (2021/07/22)",
        "Git (2021/07/21)",
        "Git (2021/07/12)",
        "Git (2021/07/11)",
        "Git (2021/07/06)",
        "Git (2021/06/24)",
        "Git (2021/06/23)",
        "v3.3.0",
        "v3.2.0",
        "v3.1.1",
        "v3.1.0",
        "v3.0.4",
        "v3.0.3",
        "v3.0.2",
        "Git (2020/04/12)",
        "Git (2020/04/11)",
        "Git (2020/04/10)",
        "v3.0.1",
        "Git (2020/04/08)",
        "v3.0.0 beta1",
        "Git (2020/04/06)",
        "v2.7.0",
        "Git (2014/10/18)",
        "Git (2014/10/05)",
        "Git (2014/10/03)",
        "Git (2014/09/03)",
        "Git (2014/08/16)",
        "Git (2014/08/14)",
        "Git (2014/07/25)",
        "Git (2014/07/19)",
        "Git (2014/07/18)",
        "Git (2014/06/25)",
        "Git (2014/05/11)",
        "Git (2014/05/09)",
        "Git (2014/05/01)",
        "Git (2014/02/07)",
        "Git (2014/01/19)",
        "Git (2014/01/14)",
        "Git (2014/01/13)",
        "Git (2014/01/10)",
        "Git (2013/12/22)",
        "Git (2013/12/09)",
        "Git (2013/12/08)",
        "Git (2013/10/29)",
        "Git (2013/10/06)",
        "Git (2013/10/01)",
        "Git (2013/09/21)",
        "Git (2013/08/16)",
        "Git (2013/08/14)",
        "Git (2013/08/04)",
        "v0.8",
        "Git (2013/07/24)",
        "Git (2013/07/23)",
        "Git (2013/07/20)",
        "v0.7",
        "Git (2013/07/17)",
        "Git (2013/07/16)",
        "Git (2013/07/04)",
        "Git (2013/07/03)",
        "Git (2013/06/27)",
        "Git (2013/06/08)",
        "Git (2013/06/05)",
        "Git (2013/06/03)",
        "Git (2013/04/29)",
        "Git (2013/04/22)",
        "Git (2013/04/21)",
        "Git (2013/04/20)",
        "Git (2013/03/20)",
        "Git (2013/03/07)",
        "Git (2013/03/02)",
        "Git (2013/03/01)",
        "Git (2013/02/26)",
        "Git (2013/02/22)",
        "Git (2013/02/21)",
        "Git (2013/02/14)",
        "Git (2013/02/12)",
        "Git (2013/02/11)",
        "Git (2013/02/05)",
        "Git (2013/01/27)",
        "Git (2013/01/26)",
        "Git (2013/01/18)",
        "v0.5",
        "v0.4",
        "v0.3",
        "v0.1"
    ],
    "logo": "https://4.bp.blogspot.com/-MPA2TCJwEy0/UGL6JBwn47I/AAAAAAAAC-8/ueemZtAuLOk/s400/game-boy-color-logo.jpg",
    "web": {
        "https://github.com/drhelius/Gearboy": "repo"
    }
}