From 6eedf083ff7e3a995ec40ed98b229532381a7872 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 9 Jan 2026 21:18:52 +0200 Subject: [PATCH] upd readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dbef84..8bf7b56 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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 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) -* [NES port](nes/nescoundrel.c) - gamepad-oriented, not everything works yet (sound, color etc) +* [NES port](nes/nescoundrel.c) - gamepad-oriented, considered stable but some impovements may come ## Ports NOT included in this repo for various reasons