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.1 by cebix, 1999-10-03T14:16:26Z vs.
Revision 1.13 by gbeauche, 2005-01-30T21:42:15Z

# 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-2005 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_GET_SCRAP,
81          M68K_EMUL_OP_CHECKLOAD,
82          M68K_EMUL_OP_AUDIO,
83 +        M68K_EMUL_OP_EXTFS_COMM,
84 +        M68K_EMUL_OP_EXTFS_HFS,
85 +        M68K_EMUL_OP_BLOCK_MOVE,                // 0x7130
86 +        M68K_EMUL_OP_SOUNDIN_OPEN,
87 +        M68K_EMUL_OP_SOUNDIN_PRIME,
88 +        M68K_EMUL_OP_SOUNDIN_CONTROL,
89 +        M68K_EMUL_OP_SOUNDIN_STATUS,
90 +        M68K_EMUL_OP_SOUNDIN_CLOSE,
91 +        M68K_EMUL_OP_DEBUGUTIL,
92          M68K_EMUL_OP_MAX                                // highest number
93   };
94  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines