Skip to content

Releases: skx/z80retroshield

0.2.0

28 Aug 14:45
@skx skx
Compare
Choose a tag to compare

This release updates the library to include a significant new example, a BASIC interpreter written in Z80 assembly language!

The BASIC example contains an overview describing how it works, and how you can rebuild the assembly-language source files yourself if you wish to make changes, improvements and bugfixes.

0.1.0

03 Aug 04:00
@skx skx
Compare
Choose a tag to compare

This release changes the names of the memory-based callbacks, as described in #1 - this makes them more natural. (The old names were left alone to avoid breaking existing users.)

0.0.2

01 Aug 06:12
@skx skx
Compare
Choose a tag to compare

This is the first 100% complete and functional release of the library, complete with examples.

  • Memory reading works as expected.
  • Memory writing works as expected.
  • I/O reads work as expected.
  • I/O writes work as expected.

The included sample programs all work as expected, and demonstrate these features.

0.0.1

01 Aug 06:11
@skx skx
Compare
Choose a tag to compare

This is the initial release of the library, made so that I can test importing from the .zip artifact into my local development environment.

The library works for memory read/writes, and serial output. Serial input is not 100% correct.