GameBoy ROM parser

Build Status

A very simple parser to get data out of GB ROMs and perform basic validation.

It's a design goal to make validation generally optional.

Demonstration

shell cargo run --bin gb2json --features="serde_json" -- /path/to/rom/data

To see it in use see: see [rusty-boy] (TODO: actually refactor the ROM handling and link to the correct file)