X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.c;h=d92c598e8c825e5fc990d3b2eb78ca0bca8f4ad3;hb=98dbc3ab3ae9f73ec0232ab0d7090ffd25cdd571;hp=bce9b789ceb614e84bbbbde1a2ca6f2e733b4826;hpb=4c2e35547fd6f849648234989419a4a02d2546b4;p=picodrive.git diff --git a/platform/common/emu.c b/platform/common/emu.c index bce9b78..d92c598 100644 --- a/platform/common/emu.c +++ b/platform/common/emu.c @@ -144,9 +144,15 @@ void emu_status_msg(const char *format, ...) notice_msg_time = plat_get_ticks_ms(); } -static const char * const biosfiles_us[] = { "us_scd1_9210", "us_scd2_9306", "SegaCDBIOS9303" }; -static const char * const biosfiles_eu[] = { "eu_mcd1_9210", "eu_mcd2_9306", "eu_mcd2_9303" }; -static const char * const biosfiles_jp[] = { "jp_mcd1_9112", "jp_mcd1_9111" }; +static const char * const biosfiles_us[] = { + "us_scd1_9210", "us_scd2_9306", "SegaCDBIOS9303", "bios_CD_U" +}; +static const char * const biosfiles_eu[] = { + "eu_mcd1_9210", "eu_mcd2_9306", "eu_mcd2_9303", "bios_CD_E" +}; +static const char * const biosfiles_jp[] = { + "jp_mcd1_9112", "jp_mcd1_9111", "bios_CD_J" +}; static const char *find_bios(int *region, const char *cd_fname) { @@ -916,9 +922,6 @@ void emu_32x_startup(void) { plat_video_toggle_renderer(0, 0); // HACK system_announce(); - - // force mode change event - rendstatus_old = -1; } void emu_reset_game(void) @@ -1286,10 +1289,6 @@ void emu_loop(void) fpsbuff[0] = 0; - /* make sure we are in correct mode */ - Pico.m.dirtyPal = 1; - rendstatus_old = -1; - PicoLoopPrepare(); // prepare CD buffer