Skip to content

Releases: timdevorg/chisel8

v1.0.0

17 Mar 11:13
727f0ad

Choose a tag to compare

Major release v1.0.0

Changes:

  • major rework to the entire UI, cleaned up UI code and dynamic window resizing
  • audio volume, foreground & background pixel color can be adjusted
  • added info button to link to the repo
  • improved README
  • removed overcomplicated settings.txt
  • added windows build options
  • fixed bug with the 0xFX33 opcode causing an arithmetic exception
  • log unknown opcode & halt further cycles
  • added full screen key shortcut via F11 (experimental)
  • tweaked cycle count to be more accurate

Commits:

  • v0.8.1 -> update copyright by @npxtune in #4
  • v0.8.1 -> update copyright by @npxtune in #5
  • full window scaling & mute audio button by @npxtune in #6
  • consistent code style by @npxtune in #7
  • replace int -> int32_t etc. by @npxtune in #8
  • better window resizing by @npxtune in #9
  • stuff by @npxtune in #10
  • fractional scaling, better logging, improved options (experimental) by @npxtune in #11
  • added windows build steps & QOL things by @npxtune in #12
  • fixed arithmetic exception, README updated and Settings stuff by @npxtune in #14
  • reworked settings & tweaked main ui by @npxtune in #15
  • updated copyright in version.h.in by @npxtune in #16
  • v1.0 by @npxtune in #17
  • v1.0 by @npxtune in #18

Full Changelog: v0.8.0...v1.0.0


Please report any bugs via GitHub on the issue page. Thank you!

v0.8.0

03 Jan 17:59
9085c32

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

Feature release v0.8.0

Changes:

  • added beep sound support
  • added new volume option to the chisel8-settings.txt
  • removed "tried to draw oob" warning

Full Changelog: v0.7.3...v0.8.0

Happy new year :)


Please report any bugs via GitHub on the issue page. Thank you!

v0.7.3

03 Jan 17:59
7c74907

Choose a tag to compare

v0.7.3 Pre-release
Pre-release

Hotfix release v0.7.3

Changes:

  • improved file handling + emu_file.c
  • added first step to support audio
  • removed ROM content prints
  • fixed config bug

Full Changelog: v0.7.2...v0.7.3


Please report any bugs via GitHub on the issue page. Thank you!

v0.7.2

28 Dec 18:02
79ba31a

Choose a tag to compare

v0.7.2 Pre-release
Pre-release

Hotfix release v0.7.2

Changes:

  • actually fixed VRAM overflow bug
  • improved Texture loading (no more constant unloading & loading)
  • corrected pixel clipping behavior
  • replaced info prints with Trace Logs → now consistent with debug setting

Full Changelog: v0.7.1...v0.7.2


Please report any bugs via GitHub on the issue page. Thank you!

v0.7.1

27 Dec 22:58

Choose a tag to compare

v0.7.1 Pre-release
Pre-release

Hotfix release v0.7.1

Changes:

  • improved input polling
  • fixed VRAM overflow bug in the Pong (1player) ROM

Full Changelog: e14523a


Please report any bugs via GitHub on the issue page. Thank you!