Some mostly working GB emulator
Go to file
2016-06-02 21:33:19 +02: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
Readme.md Update readme 2016-06-02 21:33:19 +02:00

Rustyboy

Awesome GB(C?) emulator.

Current status

Pretty much all instructions are implemented. Display is able to render the background, the window and sprites. 8x16 sprites are implemented but probably wrong.

Sound is completely missing as well was most of the GBC features.

PKMN red works fine (except for minor graphic bugs). Tetris runs correctly.

Test suites

CPU test suite passes.