ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/gencpu.c
(Generate patch)

Comparing BasiliskII/src/uae_cpu/gencpu.c (file contents):
Revision 1.3 by cebix, 1999-10-21T15:14:42Z vs.
Revision 1.4 by cebix, 1999-10-21T15:27:08Z

# Line 2495 | Line 2495 | static void generate_one_opcode (int rp)
2495      }
2496      fprintf (stblfile, "{ op_%lx_%d, 0, %ld }, /* %s */\n", opcode, postfix, opcode, lookuptab[i].name);
2497      fprintf (headerfile, "extern cpuop_func op_%lx_%d;\n", opcode, postfix);
2498 /*      fprintf (headerfile, "extern unsigned long REGPARAM2 op_%lx_%d(uae_u32);\n", opcode, postfix); */
2498      printf ("unsigned long REGPARAM2 op_%lx_%d(uae_u32 opcode) /* %s */\n{\n", opcode, postfix, lookuptab[i].name);
2499  
2500      switch (table68k[opcode].stype) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines