/[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 81 by dpavlin, Wed Aug 1 15:34:43 2007 UTC revision 82 by dpavlin, Wed Aug 1 21:40:17 2007 UTC
# Line 4  Line 4 
4    
5  #include "ppport.h"  #include "ppport.h"
6    
7    #include "M6502.h"
8    #include "config.h"
9    
10    M6502 *R;
11    
12  void  void
13  run (void) {  run (void) {
14          printf("M6502::run\n");          debugf(("M6502::run"));
15          run_forever();          run_forever();
16  }  }
17    
18    void
19    reset (void) {
20            debugf(("M6502::reset called"));
21            Reset6502(R);
22            dump_R;
23    }
24    
25  MODULE = M6502          PACKAGE = M6502  MODULE = M6502          PACKAGE = M6502
26    
27  PROTOTYPES: DISABLE  PROTOTYPES: DISABLE
28    
29  void  void
30  run()  run()
31    
32    void
33    reset()

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

  ViewVC Help
Powered by ViewVC 1.1.26