X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FArea.c;h=4f4fa5682d5861e6a7190c11acb318e84e7ee7e3;hb=453d2a6edadbd6a0977b76eba14961006c907f01;hp=d8833a43f755e0393e23a1ede0241243227b1a30;hpb=538a6098d484745df10aa4923c69581b81e0c09d;p=picodrive.git diff --git a/Pico/Area.c b/Pico/Area.c index d8833a4..4f4fa56 100644 --- a/Pico/Area.c +++ b/Pico/Area.c @@ -159,7 +159,7 @@ static int PicoAreaScan(int PmovAction,unsigned int ver, void *PmovFile) ScanVar(sn76496_regs,28*4,"SN76496state", PmovFile, PmovAction); // regs and other stuff if(PicoOpt&1) { ScanVar(ym2612_regs, 0x200+4, "YM2612state", PmovFile, PmovAction); // regs + addr line - if((PmovAction&3)==2) YM2612PicoStateLoad(); // reload YM2612 state from it's regs + if((PmovAction&3)==2) ym2612_unpack_state(); // reload YM2612 state from it's regs } }