Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

lucas-santoni/ghb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameBoy Header Beautifier

Build Status

GameBoy Header Beautifier (GHB) is a command line tool to help you retrieve informations from a GameBoy (Color) ROM. It reads its header and outputs all it finds.

Screenshot

Check out this link for more informations about the GameBoy cartridge header.

Installation

Clone the repo, make, run.

$ git clone git@github.com:Geospace/ghb.git
$ cd ghb/
ghb $ make
ghb $ ./ghb
GHB is a GameBoy Header Beautifier.
It reads a GambeBoy (Color) ROM file and prints some informations.

USAGE:
        ./ghb [-hf] [ROM file]

OPTIONS:
        -h              Print this usage and exit.
        -f              Force file analysis even though it does not seem valid.

GHB is written in plain C11 and should run on approximately any modern system.

Although development happen primarily on macOS and Linux, GHB should build and work on Windows. You may have to enable the ANSI sequences in your terminal emulator to enjoy the colors.

Contribute

Open an issue, a pull request, fork the project, do whatever you want ! :)