comparison 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
comparison
equal deleted inserted replaced
2458:09c9d2c6bac0 2459:cb62730d5c99
613 stype = force_stype = SYSTEM_SMS; 613 stype = force_stype = SYSTEM_SMS;
614 } else if (!strcmp("gen", argv[i])) { 614 } else if (!strcmp("gen", argv[i])) {
615 stype = force_stype = SYSTEM_GENESIS; 615 stype = force_stype = SYSTEM_GENESIS;
616 } else if (!strcmp("pico", argv[i])) { 616 } else if (!strcmp("pico", argv[i])) {
617 stype = force_stype = SYSTEM_PICO; 617 stype = force_stype = SYSTEM_PICO;
618 } else if (!strcmp("copera", argv[i])) {
619 stype = force_stype = SYSTEM_COPERA;
618 } else if (!strcmp("jag", argv[i])) { 620 } else if (!strcmp("jag", argv[i])) {
619 stype = force_stype = SYSTEM_JAGUAR; 621 stype = force_stype = SYSTEM_JAGUAR;
620 } else if (!strcmp("media", argv[i])) { 622 } else if (!strcmp("media", argv[i])) {
621 stype = force_stype = SYSTEM_MEDIA_PLAYER; 623 stype = force_stype = SYSTEM_MEDIA_PLAYER;
622 } else { 624 } else {