fpt-1stRelease-tetris_04.mp4
Natively:
cargo run -p fpt-egui
WASM:
rustup target add wasm32-unknown-unknown
cargo install trunk
trunk serve --release fpt-egui/index.html
cargo test
Run ignored tests:
cargo test -- --include-ignored
- the best table - gbdev
- pastraiser.com — Gameboy CPU (LR35902) instruction set
- RGBDS docs — gbz80(7) — CPU opcode reference
- Dinu, Christian — Decoding Z80 Opcodes
- 📖 Gameboy Programming Manual v1.1
- 📖 Game Boy CPU Manual
- 📖 gekkio — Game Boy: Complete Technical Reference
- Game boy dev pandocs
- Copetti — Game Boy Architecture
- DMG-01: How to Emulate a Game Boy
- 🎥 The Ultimate Game Boy Talk (33c3)
- 🎥 The Game Boy, a hardware autopsy (Part 1, Part 1.5, Part 2)
- Tetris disassembly