/[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 29 by dpavlin, Mon Jul 30 17:32:41 2007 UTC revision 30 by dpavlin, Mon Jul 30 17:56:13 2007 UTC
# Line 113  byte Patch6502(register byte Op,register Line 113  byte Patch6502(register byte Op,register
113   **/   **/
114    
115  int main(int argc, char **argv) {  int main(int argc, char **argv) {
116          char *command_line[] = {"", "-e",          char *command_line[] = {"", "-e", EMU_START };
                 "use M6502; print \"Loaded M6502 module\n\";"};  
117          my_perl = perl_alloc();          my_perl = perl_alloc();
118          perl_construct(my_perl);          perl_construct(my_perl);
119          if (perl_parse(my_perl, xs_init, 3, command_line, (char **)NULL)) {          if (perl_parse(my_perl, xs_init, 3, command_line, (char **)NULL)) {

Legend:
Removed from v.29  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC 1.1.26