Skip to content

Releases: joamag/boytacean

0.9.0

21 May 11:04
0.9.0
61663b0
Compare
Choose a tag to compare

Added

  • Support for Game Boy Color (CGB) emulation! 🥳 - #8
  • Support for CLI params in Boytacean SDL
  • Support for GameBoyConfig structure that is passed to some comments
  • New DMA component

0.8.0

20 Apr 10:38
0.8.0
9721368
Compare
Choose a tag to compare

Added

  • Support for serial data transfer - #19
  • Support for printing of images using Printer emulation - #19
  • Support for display of logger and printer in Web panels
  • Converted serial-sections strategy to event driven

Fixed

  • ButtonSwitch issues by updating the value strategy nad bumping emukit
  • AudioGB with display of canvas with no visibility

0.7.5

17 Apr 14:44
0.7.5
3fae6bd
Compare
Choose a tag to compare

Added

  • Support for variable clock speed for APU, means variable audio speed
  • Moved debug into the base emulator (from emukit)

0.7.4

17 Apr 14:44
0.7.4
d368b34
Compare
Choose a tag to compare

Added

  • Support for audio channel 4 (noise) 🔈
  • Better trigger support for audio channels 🔈

Changed

  • Added CH4 public API method for WASM

Fixed

  • Envelope support for both channel 2 and 4 🔈
  • Issue related to the wave length stop flag 🔈

0.7.3

17 Apr 14:43
0.7.3
5a9aeb6
Compare
Choose a tag to compare

Added

  • Support for CGB flag parsing
  • Waveform plotting support

Fixed

  • Major JoyPad issue with Action/Select read in register
  • Small issue with channel 3 audio and DAC disable

0.7.2

04 Mar 18:48
0.7.2
527c427
Compare
Choose a tag to compare

Added

  • Support for stereo sound 🔊

Changed

  • APU clock() method with cycles parameter, improving performance by an order of magnitude 💪

Fixed

  • Added reset of APU, which fixes annoying "garbage" data in buffer when restarting the state of the emulator

0.7.1

02 Mar 22:29
0.7.1
906bd93
Compare
Choose a tag to compare

Changed

  • Bumped emukit, fixing a lot of bugs

0.7.0

01 Mar 22:41
0.7.0
5b850ed
Compare
Choose a tag to compare

Added

  • Support for Audio 🔈!!! - #12
  • Support for WASM engine version printing

0.6.12

21 Feb 16:39
0.6.12
90cf412
Compare
Choose a tag to compare

Fixed

  • Build process for the docs.rs website

0.6.11

21 Feb 12:11
0.6.11
c747317
Compare
Choose a tag to compare

Fixed

  • Unused code issue