diff --git a/README.md b/README.md index 2b7532e..110a437 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # gb-rs A GameBoy emulator, written in Rust. + +### Goals +This emulator intends to be Rust-y as possible. + +### Referenced Documentation +- https://gbdev.io/pandocs/CPU_Instruction_Set.html + +### Referenced Implementations +- https://github.com/mvdnes/rboy +- https://github.com/mohanson/gameboy