published GB port source

This commit is contained in:
Luxferre
2026-01-20 10:55:26 +02:00
parent 12a5d39c54
commit c9034b3762
4 changed files with 715 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ This is a collection of my own ports of the [Scoundrel](http://stfj.net/art/2011
* [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, considered stable but some impovements may come
* [Game Boy port](gb/gbscoundrel.c) - gamepad-oriented, considered stable but some impovements may come
## Ports NOT included in this repo for various reasons