| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gameboy_linux_amd64 | 2026-05-15 | 1.8 MB | |
| README.md | 2026-05-15 | 4.1 kB | |
| v2.0.0 source code.tar.gz | 2026-05-15 | 2.1 MB | |
| v2.0.0 source code.zip | 2026-05-15 | 2.1 MB | |
| Totals: 4 Items | 6.1 MB | 1 | |
What's Changed
- add mac output file
mods/Boxes (PD).savto .gitignore by @urmyfaith in https://github.com/mohanson/gameboy/pull/1 - Fully rewrote the scanline function in GPU by @mohanson in https://github.com/mohanson/gameboy/pull/3
- Add Blargg's Gameboy hardware test by @mohanson in https://github.com/mohanson/gameboy/pull/4
- Rewrite the timer by @mohanson in https://github.com/mohanson/gameboy/pull/6
- Rewrite DMA Transfer in GPU by @mohanson in https://github.com/mohanson/gameboy/pull/7
- Fully rewrited the cpu and gpu, also closed the apu. by @mohanson in https://github.com/mohanson/gameboy/pull/10
- Typos: GameBoy => Game Boy by @mohanson in https://github.com/mohanson/gameboy/pull/11
- Rewrite interrupt by @mohanson in https://github.com/mohanson/gameboy/pull/12
- Partial rewriting of the audio portion by @mohanson in https://github.com/mohanson/gameboy/pull/13
- Fix half carry flag logic in alu_add_hl by @nwtnni in https://github.com/mohanson/gameboy/pull/14
- Remove redundant code about clock by @mohanson in https://github.com/mohanson/gameboy/pull/16
- make command line options more discoverable by @ethanpailes in https://github.com/mohanson/gameboy/pull/19
- fix frame timing drift bug on slow boxes by @ethanpailes in https://github.com/mohanson/gameboy/pull/21
- render in terminal via blockish by @yazgoo in https://github.com/mohanson/gameboy/pull/22
- blockish update by @yazgoo in https://github.com/mohanson/gameboy/pull/23
- Use features to distinguish ui by @mohanson in https://github.com/mohanson/gameboy/pull/24
- fix tty mode by @yazgoo in https://github.com/mohanson/gameboy/pull/27
- parallelize blockish by @yazgoo in https://github.com/mohanson/gameboy/pull/26
- Fix(Hdma): fix the address value in get method. by @Hanaasagi in https://github.com/mohanson/gameboy/pull/30
- update Cargo.lock to fix issue [#32] by @heropoo in https://github.com/mohanson/gameboy/pull/33
- Update README.md by @eric-lac in https://github.com/mohanson/gameboy/pull/36
- Specify native dependencies in README.md by @rhian-cs in https://github.com/mohanson/gameboy/pull/37
- Added an extra game after testing by @carnageiron in https://github.com/mohanson/gameboy/pull/40
- Update cpal to v0.15 by @mohanson in https://github.com/mohanson/gameboy/pull/41
- fixed audio timer period overflow by @stecheiguess in https://github.com/mohanson/gameboy/pull/42
- Refactor OAM DMA process by @mohanson in https://github.com/mohanson/gameboy/pull/44
- Pass all blargg and mooneye test cases by @mohanson in https://github.com/mohanson/gameboy/pull/45
- Refactor Global struct field order and initialize sdiv in power_up by @mohanson in https://github.com/mohanson/gameboy/pull/46
- Refactor serial by @mohanson in https://github.com/mohanson/gameboy/pull/47
- Refactor joypad by @mohanson in https://github.com/mohanson/gameboy/pull/48
- Add a cycles counter that only strictly increases by @mohanson in https://github.com/mohanson/gameboy/pull/49
- Refactor dma by @mohanson in https://github.com/mohanson/gameboy/pull/50
New Contributors
- @urmyfaith made their first contribution in https://github.com/mohanson/gameboy/pull/1
- @nwtnni made their first contribution in https://github.com/mohanson/gameboy/pull/14
- @ethanpailes made their first contribution in https://github.com/mohanson/gameboy/pull/19
- @yazgoo made their first contribution in https://github.com/mohanson/gameboy/pull/22
- @Hanaasagi made their first contribution in https://github.com/mohanson/gameboy/pull/30
- @heropoo made their first contribution in https://github.com/mohanson/gameboy/pull/33
- @eric-lac made their first contribution in https://github.com/mohanson/gameboy/pull/36
- @rhian-cs made their first contribution in https://github.com/mohanson/gameboy/pull/37
- @carnageiron made their first contribution in https://github.com/mohanson/gameboy/pull/40
- @stecheiguess made their first contribution in https://github.com/mohanson/gameboy/pull/42
Full Changelog: https://github.com/mohanson/gameboy/commits/v2.0.0