ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/emul_op.cpp
(Generate patch)

Comparing SheepShaver/src/emul_op.cpp (file contents):
Revision 1.5 by gbeauche, 2003-12-04T17:26:35Z vs.
Revision 1.6 by gbeauche, 2003-12-04T23:37:35Z

# Line 307 | Line 307 | void EmulOp(M68kRegisters *r, uint32 pc,
307   #if !PRECISE_TIMING
308                                          TimerInterrupt();
309   #endif
310 #if EMULATED_PPC
310                                          ExecuteNative(NATIVE_VIDEO_VBL);
312 #else
313                                        ExecutePPC(VideoVBL);
314 #endif
311  
312                                          static int tick_counter = 0;
313                                          if (++tick_counter >= 60) {
# Line 329 | Line 325 | void EmulOp(M68kRegisters *r, uint32 pc,
325                                  }
326                                  if (InterruptFlags & INTFLAG_ETHER) {
327                                          ClearInterruptFlag(INTFLAG_ETHER);
332 #if EMULATED_PPC
328                                          ExecuteNative(NATIVE_ETHER_IRQ);
334 #else
335                                        ExecutePPC(EtherIRQ);
336 #endif
329                                  }
330                                  if (InterruptFlags & INTFLAG_TIMER) {
331                                          ClearInterruptFlag(INTFLAG_TIMER);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines