/[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 100 by dpavlin, Thu Aug 2 16:58:07 2007 UTC revision 108 by dpavlin, Fri Aug 3 09:18:08 2007 UTC
# Line 10  Line 10 
10  M6502 *R = NULL;  M6502 *R = NULL;
11  int debug = 0;  int debug = 0;
12    
13  byte opCache[MEM_SIZE];  byte opCache[CACHE_SIZE];
14    
15  void update_C_R(void) {  void update_C_R(void) {
16          R->A = SvIV( get_sv("M6502::A", FALSE) );          R->A = SvIV( get_sv("M6502::A", FALSE) );

Legend:
Removed from v.100  
changed lines
  Added in v.108

  ViewVC Help
Powered by ViewVC 1.1.26