Oi !
🚧 - Projet in progress
This project is a GameBoy emulator writed in Rust. The goal is to use WASM to show the emulation inside a browser.
TO-DO :
- ADD ALL OPCODE
- Keypad
- Interrupt handling
- GPU -- handle multiple VRAM
- serial
- musics
- timer
- MBSs (Memory bank switching)
- Add a callback for render & inputs
You can view all the documentation I used here
Verify : - RST N : Is good ? Ptr dec - DAA ?