Skip to content

Releases: ivodopiviz/octo

Release v1.0.1

17 Sep 09:59
Compare
Choose a tag to compare

Quality of life release, adds the following:

  • File dialog to open roms if no command line parameter is provided.
  • Moved audio to SDL_Mixer.

Fixed Issues:

  • Beeping doesn't block execution anymore.

TODO:

  • Clean up premakefile so that it works on something other than Windows.
  • Remove the switch form the CPU emulation and use function pointers.
  • Refactor the code so it doesn't suck as much.

First release

11 Jan 15:52
Compare
Choose a tag to compare

First more or less working release, supports the following:

  • CPU emu.
  • Screen emulation with zoom.
  • Input.
  • Beeping on Windows.

Known Issues:

  • Beeping blocks execution, screwing up timing.

TODO:

  • Implement proper beeping.
  • Clean up premakefile so that it works on something other than Windows.
  • Remove the switch form the CPU emulation and use function pointers.
  • Implement basic native file dialog to load roms.