X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPico.c;h=4e34e511f124f4652f5dc403791fc0d7e690159f;hb=9037e45d9f2752fdd6ebbc01328148839403a84f;hp=7fa152ab9e00770d71e3c9bb466ad1bc17e2cf3d;hpb=b923ecbe75225bc7a1b6fbf419fd962a59066d59;p=picodrive.git diff --git a/Pico/Pico.c b/Pico/Pico.c index 7fa152a..4e34e51 100644 --- a/Pico/Pico.c +++ b/Pico/Pico.c @@ -16,7 +16,7 @@ int PicoOpt = 0; int PicoSkipFrame = 0; // skip rendering frame? int emustatus = 0; // rapid_ym2612, multi_ym_updates int PicoPad[2]; // Joypads, format is SACB RLDU -int PicoAHW = 0; // active addon hardware: scd_active, 32x_active, svp_active +int PicoAHW = 0; // active addon hardware: scd_active, 32x_active, svp_active, pico_active int PicoRegionOverride = 0; // override the region detection 0: Auto, 1: Japan NTSC, 2: Japan PAL, 4: US, 8: Europe int PicoAutoRgnOrder = 0; int z80startCycle, z80stopCycle; // in 68k cycles