Skip to content

Releases: Z80-Retro/2063-Z80-cpm

2.1 - Add support for Nouveau

14 Jul 23:09
d0dcfd1
Compare
Choose a tag to compare

This release includes a refactoring of the console & printer routines out of the BIOS and a refactoring of the board-specific I/O libraries out of the lib directory and into libretro and libnouveau.

By default, the retro will be built in the usual manner.

To build for the Nouveau, create a Make.local file in the top directory with the following in it:

ASM_FLAGS=-I../lib -I../libnouveau
BOOT_MSG=Z80 Nouveau 2067-1.1

2.0 - Fancy filesystem support

12 Jul 23:17
Compare
Choose a tag to compare

This release includes refactoring of the filesystem code and related improvements like 8K block size to save memory in the BIOS.

A release including pre-built binaries.

11 Feb 03:46
Compare
Choose a tag to compare

This release was created by request to include a snapshot of the compiled binaries.

BIOS Release 1

27 Apr 16:29
Compare
Choose a tag to compare

This is the first fully functional BIOS release.