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

Contents of /M6502/perlxsi.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (show annotations)
Mon Jul 30 17:32:41 2007 UTC (16 years, 9 months ago) by dpavlin
File MIME type: text/plain
File size: 284 byte(s)
great source reorganization, M6502 are now more-or-less generic 6502 CPU bindings,
while all specific stuff to Orao (which isn't working yet) is implemented in
Screen (SDL display) or Orao (palform specific code)
1 #include <EXTERN.h>
2 #include <perl.h>
3
4 EXTERN_C void xs_init (pTHX);
5
6 EXTERN_C void boot_DynaLoader (pTHX_ CV* cv);
7
8 EXTERN_C void
9 xs_init(pTHX)
10 {
11 char *file = __FILE__;
12 dXSUB_SYS;
13
14 /* DynaLoader is a special case */
15 newXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, file);
16 }

  ViewVC Help
Powered by ViewVC 1.1.26