Some mostly working GB emulator
Go to file
2017-01-19 00:00:31 +01:00
doc Add links 2016-05-26 20:58:55 +02:00
src Channel 1 and 2 almost work correctly; Channel 3 is still annoying 2017-01-19 00:00:31 +01:00
tests/cpu_instrs Fix HL+, add cpu instr testsuite 2016-05-28 14:10:36 +02:00
Cargo.toml Channel 1 and 2 almost work correctly; Channel 3 is still annoying 2017-01-19 00:00:31 +01:00
LICENSE Add license 2016-07-28 06:57:11 +00: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.