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

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

revision 80 by dpavlin, Wed Aug 1 15:34:43 2007 UTC revision 81 by dpavlin, Wed Aug 1 15:53:54 2007 UTC
# Line 65  void push_R(M6502 *R) { Line 65  void push_R(M6502 *R) {
65          LEAVE;          LEAVE;
66  }  }
67    
68    byte Debug6502(M6502 *R) {
69            dump_R;
70            return 1; // continue emulation
71    }
72    
73  /** Rd6502()/Wr6502/Op6502() *********************************/  /** Rd6502()/Wr6502/Op6502() *********************************/
74  /** These functions are called when access to RAM occurs.   **/  /** These functions are called when access to RAM occurs.   **/
75  /** They allow to control memory access. Op6502 is the same **/  /** They allow to control memory access. Op6502 is the same **/

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

  ViewVC Help
Powered by ViewVC 1.1.26