aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-08-23 14:23:40 +0000
committerTravis Howell2004-08-23 14:23:40 +0000
commit400582bd9d67588c951bd06ced6be18760a590b5 (patch)
tree28981135aec9df0c1f1eeb38b637704ec57f79c6 /scumm
parent6d62e7ec664974ea07c0a124cbd8186ac57a673b (diff)
downloadscummvm-rg350-400582bd9d67588c951bd06ced6be18760a590b5.tar.gz
scummvm-rg350-400582bd9d67588c951bd06ced6be18760a590b5.tar.bz2
scummvm-rg350-400582bd9d67588c951bd06ced6be18760a590b5.zip
Update opcode table for HE 7.2
svn-id: r14721
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v72he.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 2659f33990..f7878e0b0d 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -53,12 +53,12 @@ void ScummEngine_v72he::setupOpcodes() {
/* 04 */
OPCODE(o72_getString),
OPCODE(o6_invalid),
- OPCODE(o6_byteArrayRead),
+ OPCODE(o6_invalid),
OPCODE(o6_wordArrayRead),
/* 08 */
OPCODE(o6_invalid),
OPCODE(o6_invalid),
- OPCODE(o6_byteArrayIndexedRead),
+ OPCODE(o6_invalid),
OPCODE(o6_wordArrayIndexedRead),
/* 0C */
OPCODE(o6_dup),
@@ -128,27 +128,27 @@ void ScummEngine_v72he::setupOpcodes() {
/* 40 */
OPCODE(o6_invalid),
OPCODE(o6_invalid),
- OPCODE(o6_writeByteVar),
+ OPCODE(o6_invalid),
OPCODE(o6_writeWordVar),
/* 44 */
OPCODE(o6_invalid),
OPCODE(o6_invalid),
- OPCODE(o6_byteArrayWrite),
+ OPCODE(o6_invalid),
OPCODE(o6_wordArrayWrite),
/* 48 */
OPCODE(o6_invalid),
OPCODE(o6_invalid),
- OPCODE(o6_byteArrayIndexedWrite),
+ OPCODE(o6_invalid),
OPCODE(o6_wordArrayIndexedWrite),
/* 4C */
OPCODE(o6_invalid),
OPCODE(o6_invalid),
- OPCODE(o6_byteVarInc),
+ OPCODE(o6_invalid),
OPCODE(o6_wordVarInc),
/* 50 */
OPCODE(o6_invalid),
OPCODE(o6_invalid),
- OPCODE(o6_byteArrayInc),
+ OPCODE(o6_invalid),
OPCODE(o6_wordArrayInc),
/* 54 */
OPCODE(o72_objectX),
@@ -158,7 +158,7 @@ void ScummEngine_v72he::setupOpcodes() {
/* 58 */
OPCODE(o6_invalid),
OPCODE(o6_invalid),
- OPCODE(o6_byteArrayDec),
+ OPCODE(o6_invalid),
OPCODE(o6_wordArrayDec),
/* 5C */
OPCODE(o6_if),