diff systems.cfg @ 2521:8cf7cadc17ee

Initial SC-3000 support
author Michael Pavone <pavone@retrodev.com>
date Fri, 11 Oct 2024 00:46:53 -0700
parents 1e626d0ecf9c
children
line wrap: on
line diff
--- a/systems.cfg	Mon Oct 07 21:38:54 2024 -0700
+++ b/systems.cfg	Fri Oct 11 00:46:53 2024 -0700
@@ -97,6 +97,7 @@
 gg {
 	name Game Gear
 	vdp gamegear
+	io gamegear
 	show no
 }
 sg1000 {
@@ -104,3 +105,9 @@
 	vdp tms9918a
 	show no
 }
+sc3000 {
+	name SC-3000
+	vdp tms9918a
+	io i8255
+	show no
+}