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