Some mostly working GB emulator
Go to file
2016-05-29 20:22:10 +02:00
doc Add links 2016-05-26 20:58:55 +02:00
src Fix ADD, ADC, SUB, SBC, CP; Pass test 2016-05-29 20:22:10 +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 Fix ADD, ADC, SUB, SBC, CP; Pass test 2016-05-29 20:22:10 +02:00

Rustyboy

Awesome GB(C?) emulator.

Current status

Basic instructions are completely implemented, however some prefix instructions are missing. Display is able to render tiles + sprites, 8x16 sprites are implemented but untested.

Test suite

  • Test 01 fails because of DAA
  • Test 02 fails because interrupts are not fully implemented.
  • Test 03 fails, probably because of flags.
  • Test 04 passes
  • Test 05 fails
  • Test 06 passes (LD R, R)
  • Test 07 fails
  • Test 08 fails
  • Test 09 fails
  • Test 10 passes
  • Test 11 fails