X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=x6502.c;h=1f97afe78c0260d060b6b502dff5860b4c73743d;hp=1d9174c06af6127da223900aeec1f2eb876197be;hb=6587f34612d28a36fede21bd6293c4e0e383b343;hpb=ea80a45b1dbd9f2c46567e18a2e18fcbb6e55c8d diff --git a/x6502.c b/x6502.c index 1d9174c..1f97afe 100644 --- a/x6502.c +++ b/x6502.c @@ -469,7 +469,6 @@ void X6502_Reset_c(void) { _PC=RdMem(0xFFFC); _PC|=RdMem(0xFFFD)<<8; - if(FCEUGameInfo.type==GIT_NSF) _PC=0x3830; _jammed=0; _PI=_P=I_FLAG; }