Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 21:51

1.0.0 (2024-02-02)

Bug Fixes

  • address clippy lints (2ae0987)

  • update isa-mos6502 to include parcel feature (5d5a549)

  • refactor(chip8)!: remove Cls Parser implementation (5fc31dd)

  • feat(mos6502)!: replace parcel with bit_decoder (9f49340)

Features

  • chip8: replace parcel with bit decoder (832e04e)

BREAKING CHANGES

  • chip8: Calls to OpcodeVariantParser.parse will no longer be available.
  • Unable to make Cls.parse calls with [u8]s.
  • Removes VariantParser and parcel::Parse implementation.