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.2 by cebix, 1999-10-19T17:41:41Z vs.
Revision 1.10 by cebix, 2002-01-15T14:58:41Z

# 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-2002 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 74 | Line 75 | enum {
75          M68K_EMUL_OP_PRIMETIME,
76          M68K_EMUL_OP_MICROSECONDS,
77          M68K_EMUL_OP_SCSI_DISPATCH,             // 0x7128
77        M68K_EMUL_OP_MEMORY_DISPATCH,
78          M68K_EMUL_OP_IRQ,
79          M68K_EMUL_OP_PUT_SCRAP,
80          M68K_EMUL_OP_CHECKLOAD,
81          M68K_EMUL_OP_AUDIO,
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_DEBUGUTIL,
91          M68K_EMUL_OP_MAX                                // highest number
92   };
93  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines