diff options
author | Willem Jan Palenstijn | 2011-12-27 01:37:16 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-12-27 01:37:35 +0100 |
commit | e10d2bffa07221601fd8414a1e7e12904cea19ad (patch) | |
tree | 7401563eed44d5309264058bf410b5749088b06e /devtools/tasmrecover/tasm-recover | |
parent | 2bbc1cbd6ae367eb2e36813fd8617b2c1751585c (diff) | |
download | scummvm-rg350-e10d2bffa07221601fd8414a1e7e12904cea19ad.tar.gz scummvm-rg350-e10d2bffa07221601fd8414a1e7e12904cea19ad.tar.bz2 scummvm-rg350-e10d2bffa07221601fd8414a1e7e12904cea19ad.zip |
DREAMWEB: Move operand1, currentfile out of data
Diffstat (limited to 'devtools/tasmrecover/tasm-recover')
-rwxr-xr-x | devtools/tasmrecover/tasm-recover | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index ac818c46e9..2ab3dd62a6 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -63,6 +63,8 @@ p = parser(skip_binary_data = [ 'comlist', 'keys', 'rootdir', + 'operand1', + 'currentfile', # newplace.asm 'destlist', # object.asm @@ -406,6 +408,7 @@ generator = cpp(context, "DreamGen", blacklist = [ 'diarykeyp', 'diarykeyn', 'dircom', + 'dirfile', 'disablepath', 'disablesoundint', 'discops', @@ -1028,7 +1031,6 @@ generator = cpp(context, "DreamGen", blacklist = [ 'zoomonoff', ], skip_output = [ # These functions are processed but not output - 'dirfile', 'dreamweb', ], skip_dispatch_call = True, skip_addr_constants = True, header_omit_blacklisted = True, |