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

Comparing SheepShaver/src/include/emul_op.h (file contents):
Revision 1.2 by gbeauche, 2003-04-12T10:14:09Z vs.
Revision 1.6 by gbeauche, 2003-12-04T17:26:38Z

# Line 53 | Line 53 | enum { // Selectors for EMUL_OP opcodes
53   };
54   const uint16 M68K_EMUL_RETURN = 0xfe40; // Extended opcodes
55   const uint16 M68K_EXEC_RETURN = 0xfe41;
56 < const uint16 M68K_EMUL_BREAK = 0xfe42;
56 > const uint16 M68K_EXEC_NATIVE = 0xfe42;
57 > const uint16 M68K_EMUL_BREAK = 0xfe43;
58   const uint16 M68K_EMUL_OP_XPRAM1 = M68K_EMUL_BREAK + OP_XPRAM1;
59   const uint16 M68K_EMUL_OP_XPRAM2 = M68K_EMUL_BREAK + OP_XPRAM2;
60   const uint16 M68K_EMUL_OP_XPRAM3 = M68K_EMUL_BREAK + OP_XPRAM3;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines