Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 305 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 305 Bytes

gb_rust

Gameboy emulator in Rust. Just for fun.

Run instructions

To run locally with minifb:

cargo run

To run the web version:

cd gb_wasm
wasm-pack build
cd www
npm run start

TODOs:

  • Timer and Divider Registers/Interrupts
  • Proper sprite transparency
  • MBC 2 to 7
  • ...