Skip to content

Releases: gufranco/snes-st-python

v5.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 02:11

5.1.0 (2026-08-26)

Features

  • drive both parts with the exchanges real cartridges make (aac4a3a)

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 01:18

5.0.0 (2026-08-26)

  • refactor!: name the package for the family, not one part (6c8bdfc)

BREAKING CHANGES

  • the importable package is snesst, not st010.

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 22:15

4.0.0 (2026-08-25)

  • feat!: join the family, and take the microcode layer (3636643)

Bug Fixes

  • ci: run the conformance tests, and cover what a runner can reach (1bc3c30)
  • report what a machine without the microcode cannot check (e9eb155)

BREAKING CHANGES

  • St010 and Seta are gone; build with Chip(model). The
    submodule path is now nec-upd7725-96050-python.

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:26

3.0.1 (2026-08-21)

Bug Fixes

  • coverage: make the gate mean the same on every Python (099892b)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 12:03

3.0.0 (2026-08-20)

  • refactor!: put the processor at the root, under its own name (9f3fcd5)

BREAKING CHANGES

  • the submodule path is now nec-upd7725-python rather than
    processor. A checkout that already has the old path needs
    git submodule update --init --recursive after pulling.

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 01:48

2.0.0 (2026-08-20)

  • feat!: run the parts rather than describing them (bc9241e)

BREAKING CHANGES

  • St010() no longer answers without an image. The modelled command
    set, its tables, and the corpus recorded from another implementation are removed.
    A part without microcode refuses and says where to put a copy.

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 22:52

1.1.0 (2026-08-19)

Features

  • add a backend that runs the part's own microcode (953024f)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 15:45

1.0.0 (2026-08-19)

Bug Fixes

  • ci: run the conformance corpus this repository actually has (e6c6fea)

Features

  • model the Seta ST010 against the chip's own reference (3827f03)