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.6 by cebix, 2000-07-14T21:29:14Z 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-2000 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 82 | 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_DEBUGUTIL,
91          M68K_EMUL_OP_MAX                                // highest number
92   };
93  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines