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

Comparing BasiliskII/src/include/emul_op.h (file contents):
Revision 1.4 by cebix, 1999-10-31T23:18:38Z vs.
Revision 1.7 by cebix, 2000-07-25T17:02:24Z

# Line 1 | Line 1
1   /*
2   *  emul_op.h - 68k opcodes for ROM patches
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 26 | Line 26 | const uint16 M68K_ILLEGAL = 0x4afc;
26   const uint16 M68K_NOP = 0x4e71;
27   const uint16 M68K_RTS = 0x4e75;
28   const uint16 M68K_RTD = 0x4e74;
29 + const uint16 M68K_RTR = 0x4e77;
30   const uint16 M68K_JMP = 0x4ef9;
31   const uint16 M68K_JMP_A0 = 0x4ed0;
32   const uint16 M68K_JSR = 0x4eb9;
# Line 81 | Line 82 | enum {
82          M68K_EMUL_OP_EXTFS_COMM,
83          M68K_EMUL_OP_EXTFS_HFS,
84          M68K_EMUL_OP_BLOCK_MOVE,
85 +        M68K_EMUL_OP_SOUNDIN_OPEN,              // 0x7130
86 +        M68K_EMUL_OP_SOUNDIN_PRIME,
87 +        M68K_EMUL_OP_SOUNDIN_CONTROL,
88 +        M68K_EMUL_OP_SOUNDIN_STATUS,
89 +        M68K_EMUL_OP_SOUNDIN_CLOSE,
90          M68K_EMUL_OP_MAX                                // highest number
91   };
92  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines