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

Comparing BasiliskII/src/uae_cpu/newcpu.cpp (file contents):
Revision 1.20 by gbeauche, 2005-06-04T16:47:14Z vs.
Revision 1.21 by gbeauche, 2005-06-11T06:43:24Z

# Line 1349 | Line 1349 | void m68k_do_execute (void)
1349                  m68k_record_step(m68k_getpc());
1350   #endif
1351                  (*cpufunctbl[opcode])(opcode);
1352 +                cpu_check_ticks();
1353                  if (SPCFLAGS_TEST(SPCFLAG_ALL_BUT_EXEC_RETURN)) {
1354                          if (m68k_do_specialties())
1355                                  return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines