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.8 by gbeauche, 2002-09-01T15:17:13Z vs.
Revision 1.9 by gbeauche, 2002-09-13T12:50:56Z

# Line 20 | Line 20 | extern int movem_index1[256];
20   extern int movem_index2[256];
21   extern int movem_next[256];
22  
23 extern int fpp_movem_index1[256];
24 extern int fpp_movem_index2[256];
25 extern int fpp_movem_next[256];
26
23   extern int broken_in;
24  
25   /* Control flow information */
# Line 83 | Line 79 | struct regstruct {
79      flagtype    x;
80      flagtype    stopped;
81  
86    double              fp[8];
87    uae_u32             fpcr,fpsr,fpiar;
88
82   #if USE_PREFETCH_BUFFER
83      /* Fellow sources say this is 4 longwords. That's impossible. It needs
84       * to be at least a longword. The HRM has some cryptic comment about two
# Line 264 | Line 257 | extern int m68k_do_specialties(void);
257  
258   extern void mmu_op (uae_u32, uae_u16);
259  
267 extern void fpp_opp (uae_u32, uae_u16);
268 extern void fdbcc_opp (uae_u32, uae_u16);
269 extern void fscc_opp (uae_u32, uae_u16);
270 extern void ftrapcc_opp (uae_u32,uaecptr);
271 extern void fbcc_opp (uae_u32, uaecptr, uae_u32);
272 extern void fsave_opp (uae_u32);
273 extern void frestore_opp (uae_u32);
274
275 extern void fpu_set_integral_fpu (bool is_integral);
276 extern void fpu_init (void);
277 extern void fpu_exit (void);
278 extern void fpu_reset (void);
279
260   /* Opcode of faulting instruction */
261   extern uae_u16 last_op_for_exception_3;
262   /* PC at fault time */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines