Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bbbbbr/gbtoolsid_web

A self contained, local-only web app for identifying tools used to build Game Boy ROMs
https://github.com/bbbbbr/gbtoolsid_web

game-boy game-boy-roms gameboy gameboy-roms gbdk gbdk-2020 gbstudio toolchain

Last synced: 2 months ago
JSON representation

A self contained, local-only web app for identifying tools used to build Game Boy ROMs

Awesome Lists containing this project

README

        

gbtoolsid - Game Boy Toolchain ID
=================================

To use it online go here:
https://bbbbbr.github.io/gbtoolsid_web/

This is the web version of a console tool that does the same thing:
https://github.com/bbbbbr/gbtoolsid

A self contained, local-only web app for identifying tools used to build Game Boy ROMs

It attempts to identify the toolchain and engine through binary fingerprints:

Toolchains:
- GBDK 2.x and GBDK-2020
- Turbo Rascal Syntax Error

Game Engines:
- ZGB
- GBStudio

Audio Drivers:
- Carillon Player, DevSound, Freaq, GHX, GB Sound System, GBT Player, hUGETracker, Lemon, LSDJ, MPlay, Music Box Black Box, MusyX, Trackerboy, Visual Impact's, MMLGB, GBMC, QuickThunder (Audio Arts), IMEDGBoy, Cosmigo

Sound FX Drivers:
- FX Hammer, CBTFX, VAL-FX, VGM2GBSFX

Some example output:
```
File: deadeus.gb
Tools: GBDK, Version: 2.x - 2020-3.2.0
Engine: GBStudio, Version: 1.0.0 - 1.2.1
Music: GBT Player

File: POWA! DEMO.gbc
Tools: GBDK, Version: 2.x - 2020-3.2.0
Engine: ZGB, Version: 2020.1 - 2021.0
Music: GBT Player

File: IndestructoTankGB.gb
Tools: GBDK, Version: 2020.4.0.2
Music: GBT Player

File: Super_JetPak_DX_DMG-SJPD-UKV.gbc
Tools: GBDK, Version: 2.x - 2020-3.2.0
Music: GHX

File: Tuff.gb
Tools:

File: Last Crown Warriors (Demo) 1.1.1.gb
Tools:
Music: Carillon Player
SoundFX: FX Hammer

```