Some mostly working GB emulator
Go to file
2020-02-14 11:39:01 +01:00
doc Add links 2016-05-26 20:58:55 +02:00
src Merge branch 'master' into audio 2020-02-14 11:39:01 +01:00
tests/cpu_instrs Fix HL+, add cpu instr testsuite 2016-05-28 14:10:36 +02:00
Cargo.toml Merge branch 'master' into audio 2020-02-14 11:39:01 +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.