Skip to content

v2.0.0

Choose a tag to compare

@filipondios filipondios released this 03 Aug 01:31
· 45 commits to main since this release
351c84c

Changelog

Version 2.0.0 - 2024-08-02

Added

  • 'Beep' sound when the sound timer is greater than zero.
  • Memory information print at every instruction for debug.
  • Extern '.c' file for complex functions implementations.
  • Makefile options for debug and release.
  • This CHANGELOG file.

Changed

  • Move the delay and sound timers management to a extern '.c' file.
  • Change the TODO file format to the specified by Todo TXT
  • The display buffer is painted at each instruction fetch.
  • 'ClearBackground' raylib function before painting the display buffer.

Removed

  • 'cpu_draw' flag that indicated whether to redraw the display buffer.

Fixed

  • Delay and sound timers update.
  • Pixel overwriting representation at the window.