Rust GameBoy emulator aiming for cycle accuracy
Find a file
2024-01-02 14:32:16 -07:00
.github/workflows fix: actions 2024-01-02 14:32:16 -07:00
meowgb feat: switch from chrono to time 2024-01-02 14:09:33 -07:00
meowgb-core feat: switch from chrono to time 2024-01-02 14:09:33 -07:00
meowgb-opcode feat: add test harness, fix ppu windows, rename 2024-01-02 12:09:38 -07:00
meowgb-tests feat: switch from chrono to time 2024-01-02 14:09:33 -07:00
test-roms feat: add test harness, fix ppu windows, rename 2024-01-02 12:09:38 -07:00
.gitignore feat: add opcode logging 2021-12-14 20:31:33 +01:00
Cargo.lock feat: switch from chrono to time 2024-01-02 14:09:33 -07:00
Cargo.toml feat: switch from chrono to time 2024-01-02 14:09:33 -07:00
config.example.toml multi: upgrade dependencies, fix a bug with interrupts, implement some missing opcodes 2023-12-30 09:08:15 -07:00
rust-toolchain multi: upgrade dependencies, fix a bug with interrupts, implement some missing opcodes 2023-12-30 09:08:15 -07:00
rustfmt.toml feat: basic ppu 2021-11-24 12:01:25 +01:00
tests.md feat: majorly improved PPU 2024-01-01 22:11:26 -07:00