implemented some Z80 and randseeding

This commit is contained in:
Luxferre
2026-01-07 00:47:52 +02:00
parent f06cc6005c
commit 03a7f8a230
+1 -1
View File
@@ -4,7 +4,7 @@ This is a collection of my own ports of the [Scoundrel](http://stfj.net/art/2011
## Ports included in this repo ## Ports included in this repo
* [ANSI C89 port](c/scoundrel.c) - also compatible with CC65 (use the provided Makefile to build Scoundrel for Commodore 16/64/128/Plus-4/PET, Atari 400/800/XL/XE and Apple II/IIe; a JRE installation on the host system is required to build Apple disk images) * [ANSI C89 port](c/scoundrel.c) - also compatible with CC65 and Z88DK (use the provided Makefile to build Scoundrel for Commodore 16/64/128/Plus-4/PET, Atari 400/800/XL/XE, ZX Spectrum, MSX and Apple II/IIe; a JRE installation on the host system is required to build Apple disk images)
## Ports NOT included in this repo for various reasons ## Ports NOT included in this repo for various reasons