# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |