A cycle-accurate, ppu not-quite-so hobby project.
Go to file
Rekai Nyangadzayi Musuka 067049e2dd chore: rename to_byte_count to as_byte_count
using to_* and not taking ownership of self violates rust conventions
according to clippy.
2021-04-24 02:12:05 -05:00
src chore: rename to_byte_count to as_byte_count 2021-04-24 02:12:05 -05:00
.drone.yml chore: update rust CI version from 1.49 to latest 2021-02-25 23:17:19 -06:00
.gitignore feat: implement fetch, decode, execute loop 2020-12-23 03:25:16 -06:00
Cargo.lock chore: update cargo.lock 2021-04-05 00:50:53 -05:00
Cargo.toml feat: implement clap for cli and improve error messages 2021-03-22 21:41:22 -05:00
README.md chore: update readme 2021-04-08 00:02:37 -05:00

README.md

Rekai's Gameboy Emulator

Build Status

Status

Currently:

  • CPU passes Blargg's cpu_instrs.gb
  • Gameboy Boot ROM runs correctly

Notes

  • Emulator takes longer than others to resume execution from HALT in Blargg's 2nd cpu_instrs test.