Skip to content

Releases: kurtanr/Chip8

v1.0.1

22 Feb 18:51
3d89425

Choose a tag to compare

What's Changed

  • doc: Added link to published NuGet (badge) by @kurtanr in #33
  • doc: Fixed image links on nuget.org + did markdown linting by @kurtanr in #34
  • chore: Updated test and code coverage related NuGets by @kurtanr in #35

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Feb 19:57
57d8ea3

Choose a tag to compare

What's Changed

  • README.md update. by @kurtanr in #29
  • fix: Blazor UI - added favicon.ico by @kurtanr in #30
  • feat: Added NuGet publishing to release pipeline and additional metadata to projects by @kurtanr in #31
  • doc: Added section on how to write a simple CHIP-8 application by @kurtanr in #32

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

v0.8.0

08 Feb 21:04
fc84215

Choose a tag to compare

What's Changed

  • Updated projects by @kurtanr in #1
  • Instruction encoder implementation and tests by @kurtanr in #2
  • Add .NET workflow for CI by @kurtanr in #3
  • Solution cleanup by @kurtanr in #4
  • Changes to workflow to enable upload of code coverage to codecov. by @kurtanr in #5
  • Fixed issue in Instruction_Fx29 where vxValue was not properly masked. by @kurtanr in #6
  • Fixed issue in Instruction_Dxyn where cpu.V[0xF] was not correctly reset by @kurtanr in #7
  • Adapted IKeyboard interface and tests to better match the hardware behavior. by @kurtanr in #8
  • Fixed behavior of Instruction_8xy5 and Instruction_8xy7 and added Cpu.AllowQuirks flag. by @kurtanr in #9
  • FontData - standardized sprites, font memory location and fixed issue with Cpu.Reset not restoring FontData. by @kurtanr in #10
  • Instruction_Fx33 should not increment the I register. by @kurtanr in #11
  • Instruction_8xy4, 8xy5, 8xy7: vF should be set after vx by @kurtanr in #12
  • Instruction_8xy6, 8xyE: vF should be set after vx by @kurtanr in #13
  • 8xy1,8xy2,8xy3: in quirks mode reset VF by @kurtanr in #14
  • Emulator rewrite. by @kurtanr in #15
  • Cleanup. by @kurtanr in #16
  • Modified behavior of Instruction_Fx0A. by @kurtanr in #17
  • Added support for sound. by @kurtanr in #18
  • Chip8.UI.Wpf project added. by @kurtanr in #19
  • Fixed button images not refreshing on theme change. by @kurtanr in #22
  • Entire window correct reacts to Windows theme change. by @kurtanr in #23
  • Standardized encoding charset and added .gitattributes file by @kurtanr in #24
  • Updated app icon by @kurtanr in #25
  • src/Chip8.UI.Cli/Chip8.UI.Cli.csproj project added. by @kurtanr in #26
  • Implementation of Chip8 UI in Blazor. by @kurtanr in #27
  • Release pipeline added. by @kurtanr in #28

New Contributors

Full Changelog: https://github.com/kurtanr/Chip8/commits/v0.8.0