--- BasiliskII/src/uae_cpu/newcpu.h 1999/10/03 14:16:26 1.1 +++ BasiliskII/src/uae_cpu/newcpu.h 1999/10/31 23:18:44 1.2 @@ -55,7 +55,7 @@ extern int fpp_movem_next[256]; extern int broken_in; -typedef unsigned long REGPARAM2 cpuop_func (uae_u32) REGPARAM; +typedef void REGPARAM2 cpuop_func (uae_u32) REGPARAM; struct cputbl { cpuop_func *handler; @@ -63,7 +63,7 @@ struct cputbl { uae_u16 opcode; }; -extern unsigned long REGPARAM2 op_illg (uae_u32) REGPARAM; +extern void REGPARAM2 op_illg (uae_u32) REGPARAM; typedef char flagtype;