Some mostly working GB emulator
Go to file
2020-02-18 10:40:30 +01:00
doc Add links 2016-05-26 20:58:55 +02:00
src Add write support for workram-copy 2020-02-18 10:40:30 +01:00
tests/cpu_instrs Fix HL+, add cpu instr testsuite 2016-05-28 14:10:36 +02:00
Cargo.toml more code fixes 2020-02-14 11:45:37 +01: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

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.