diff blastem.c @ 2459:cb62730d5c99

Initial work on Copera emulation
author Michael Pavone <pavone@retrodev.com>
date Wed, 21 Feb 2024 23:42:19 -0800
parents bed4d3db8a3f
children
line wrap: on
line diff
--- a/blastem.c	Wed Feb 21 20:34:52 2024 -0800
+++ b/blastem.c	Wed Feb 21 23:42:19 2024 -0800
@@ -615,6 +615,8 @@
 					stype = force_stype = SYSTEM_GENESIS;
 				} else if (!strcmp("pico", argv[i])) {
 					stype = force_stype = SYSTEM_PICO;
+				} else if (!strcmp("copera", argv[i])) {
+					stype = force_stype = SYSTEM_COPERA;
 				} else if (!strcmp("jag", argv[i])) {
 					stype = force_stype = SYSTEM_JAGUAR;
 				} else if (!strcmp("media", argv[i])) {