From 03a7f8a23028d8fd1343b691772c813af69bd7cc Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 7 Jan 2026 00:47:52 +0200 Subject: [PATCH] implemented some Z80 and randseeding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a82ed0..b3cde69 100644 --- a/README.md +++ b/README.md @@ -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 -* [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