/[VRac]/M6502/M6502.xs
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/M6502.xs

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

revision 89 by dpavlin, Thu Aug 2 12:01:09 2007 UTC revision 91 by dpavlin, Thu Aug 2 12:37:06 2007 UTC
# Line 178  reset (void) { Line 178  reset (void) {
178          return 1;          return 1;
179  }  }
180    
181  void exec(int cycles) {  int exec(int cycles) {
182          debugf(("exec for %d cycles", cycles));          debugf(("exec for %d cycles", cycles));
183    
184          if (!R) reset();          if (!R) reset();
# Line 217  update_C_R() Line 217  update_C_R()
217  void  void
218  update_perl_R()  update_perl_R()
219    
220    int
221    exec(int cycles)

Legend:
Removed from v.89  
changed lines
  Added in v.91

  ViewVC Help
Powered by ViewVC 1.1.26