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

Comparing BasiliskII/src/uae_cpu/newcpu.h (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:26Z vs.
Revision 1.2 by cebix, 1999-10-31T23:18:44Z

# Line 55 | Line 55 | extern int fpp_movem_next[256];
55  
56   extern int broken_in;
57  
58 < typedef unsigned long REGPARAM2 cpuop_func (uae_u32) REGPARAM;
58 > typedef void REGPARAM2 cpuop_func (uae_u32) REGPARAM;
59  
60   struct cputbl {
61      cpuop_func *handler;
# Line 63 | Line 63 | struct cputbl {
63      uae_u16 opcode;
64   };
65  
66 < extern unsigned long REGPARAM2 op_illg (uae_u32) REGPARAM;
66 > extern void REGPARAM2 op_illg (uae_u32) REGPARAM;
67  
68   typedef char flagtype;
69  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines