Some mostly working GB emulator
Go to file
2016-07-28 06:57:11 +00:00
doc Add links 2016-05-26 20:58:55 +02:00
src Fix timer/display cycle 2016-06-02 16:51:17 +02:00
tests/cpu_instrs Fix HL+, add cpu instr testsuite 2016-05-28 14:10:36 +02:00
Cargo.toml Started implementing graphics 2016-05-26 17:45:31 +02:00
LICENSE Add license 2016-07-28 06:57:11 +00:00
Readme.md Update Readme.md 2016-07-27 13:41:08 +00:00

Rustyboy

Awesome GB(C?) emulator.

Current status

All instructions are completely implemented. Display is able to render tiles + sprites, 8x16 sprites are implemented but untested. Sound isn't implemented at all.

Test suite

All CPU tests pass :)