Skip to content

Releases: gufranco/snes-st010-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)