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.2 by cebix, 1999-10-28T15:33:23Z vs.
Revision 1.3 by cebix, 1999-10-28T16:00:28Z

# Line 1092 | Line 1092 | unsigned long REGPARAM2 op_illg (uae_u32
1092          return 4;
1093      }
1094  
1095 < printf("Illegal instruction %04x at %08lx\n", opcode, pc);      //!!
1095 >    write_log ("Illegal instruction: %04x at %08lx\n", opcode, pc);
1096 >
1097      if ((opcode & 0xF000) == 0xF000) {
1098          Exception(0xB,0);
1099          return 4;
1100      }
1101  
1101    write_log ("Illegal instruction: %04x at %08lx\n", opcode, pc);
1102      Exception (4,0);
1103      return 4;
1104   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines