Commit Graph

8 Commits

Author SHA1 Message Date
00e28203fa Remove debug prints in mem 2026-04-08 22:47:18 -05:00
875e493cd2 Fix memory mapping for MMC1 2026-04-08 21:15:45 -05:00
b433148843 Split WASM and native versions, and move iced support code to native 2026-03-27 00:27:34 -05:00
22c586f15a 2026-02-07 update
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 8s
2026-02-07 04:52:13 -06:00
7b76026ade Minor refactors and bug fixes
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Has been cancelled
- Bit instruction now sets Z flag correctly
- DMA is no longer handled by cpu.rs
2026-01-26 01:25:23 -06:00
f861f75b21 Major refactor
- CPU is now it's own module
- Memory object is now shared to support mapper chips
- ROM is now stored as `Arc<[u8]>` to support mapper chips
2026-01-24 03:38:42 -06:00
cd3de5e361 Major work
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 10s
2026-01-19 01:36:58 -06:00
d97a8559ec Initial commit 2025-12-07 11:34:37 -06:00