Some mostly working GB emulator
Go to file
Kevin Hamacher 078da395ed Fix color bug
Oh man, that was way harder to track down that I want to admit.
Couple of hours wasted, yeeeah.
2020-02-20 23:41:11 +01:00
doc Add links 2016-05-26 20:58:55 +02:00
src Fix color bug 2020-02-20 23:41:11 +01:00
tests/cpu_instrs Fix HL+, add cpu instr testsuite 2016-05-28 14:10:36 +02:00
.envrc Add nixos dev config 2020-02-20 19:57:03 +01:00
Cargo.toml audio: improve it by essentially switching to i8 2020-02-20 21:19:14 +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
shell.nix Add nixos dev config 2020-02-20 19:57:03 +01: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.