diff options
Diffstat (limited to 'scumm/script_v6he.cpp')
-rw-r--r-- | scumm/script_v6he.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 60ee5ccaa6..b77601563c 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -40,6 +40,15 @@ namespace Scumm { +// Compatibility notes: +// +// FBEAR (fbear, fbeardemo) +// transparency in akos.cpp +// negative size in file read/write +// PUTTDEMO (puttdemo) +// startSound issue -- check +// actorOps sub 86 -- check + #define OPCODE(x) { &ScummEngine_v6he::x, #x } void ScummEngine_v6he::setupOpcodes() { |