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

Comparing BasiliskII/src/emul_op.cpp (file contents):
Revision 1.9 by cebix, 1999-10-26T16:28:26Z vs.
Revision 1.10 by cebix, 1999-10-27T16:59:34Z

# Line 430 | Line 430 | void EmulOp(uint16 opcode, M68kRegisters
430                                          r->d[0] = 0;
431                                          break;
432                                  default:
433 <                                        printf("FATAL: MemoryDispatch(%d): unimplemented selector\n", sel);
433 >                                        printf("WARNING: MemoryDispatch(%d): unimplemented selector\n", sel);
434                                          r->d[0] = (uint32)-502;
435                                          break;
436                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines