/[VRac]/M6502/src/M6502.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /M6502/src/M6502.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 80 by dpavlin, Wed Aug 1 14:23:40 2007 UTC revision 81 by dpavlin, Wed Aug 1 15:53:54 2007 UTC
# Line 218  void Reset6502(M6502 *R) Line 218  void Reset6502(M6502 *R)
218    R->ICount=R->IPeriod;    R->ICount=R->IPeriod;
219    R->IRequest=INT_NONE;    R->IRequest=INT_NONE;
220    R->AfterCLI=0;    R->AfterCLI=0;
221    #if DEBUG
222      Debug6502(R);
223    #endif
224  }  }
225    
226  /** Exec6502() ***********************************************/  /** Exec6502() ***********************************************/

Legend:
Removed from v.80  
changed lines
  Added in v.81

  ViewVC Help
Powered by ViewVC 1.1.26