Skip to content

Releases: sacckey/rubyboy

v1.5.1

16 Feb 11:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

09 Feb 07:31

Choose a tag to compare

  • Add EmulatorHeadless and use it for bench
  • Bump ruby.wasm version to 2.7.1

v1.4.2

11 Jan 07:16

Choose a tag to compare

  • Use DefaultRubyVM
  • Bump ruby.wasm version to 2.7.0

v1.4.1

25 Dec 14:06

Choose a tag to compare

  • PPU performance optimization through data caching and pixel format changes

v1.4.0

29 Sep 11:01

Choose a tag to compare

  • Works on browser using ruby.wasm

v1.3.2

04 May 01:24

Choose a tag to compare

  • Revert "Enable YJIT when initialize"
  • Add rubyboy-bench command
  • Refactor Console class to use Emulator class
  • Add option parsing and update default ROM path

v1.3.1

17 Mar 08:10

Choose a tag to compare

  • Enable YJIT when initialize
  • Down volume
  • Update README.md
  • Clear queued audio if buffer is full
  • Add CPU clock and cycle timing

v1.3.0

09 Mar 06:58

Choose a tag to compare

  • Add ffi to dependencies
  • Add SDL2 wrapper
  • Add audio
  • Optimize cpu
  • Cache R/W methods

v1.2.0

09 Jan 10:20

Choose a tag to compare

  • Add logo
  • Bump raylib-bindings version to 0.6.0
  • Optimizing
  • Remove unnecessary classes

v1.1.0

28 Dec 11:09

Choose a tag to compare

  • Add bench option
  • Improve speed by refactoring