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.5 by cebix, 2000-04-10T18:53:29Z

# 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 74 | Line 74 | enum {
74          M68K_EMUL_OP_PRIMETIME,
75          M68K_EMUL_OP_MICROSECONDS,
76          M68K_EMUL_OP_SCSI_DISPATCH,             // 0x7128
77        M68K_EMUL_OP_MEMORY_DISPATCH,
77          M68K_EMUL_OP_IRQ,
78          M68K_EMUL_OP_PUT_SCRAP,
79          M68K_EMUL_OP_CHECKLOAD,
80          M68K_EMUL_OP_AUDIO,
81          M68K_EMUL_OP_EXTFS_COMM,
82          M68K_EMUL_OP_EXTFS_HFS,
83 +        M68K_EMUL_OP_BLOCK_MOVE,
84          M68K_EMUL_OP_MAX                                // highest number
85   };
86  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines