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.2 by cebix, 1999-10-21T13:19:27Z vs.
Revision 1.5 by cebix, 1999-10-21T15:55:32Z

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines