[Scummvm-cvs-logs] scummvm master -> 5bbca0293871f445d3738f2114069aaf69600340

bluegr md5 at scummvm.org
Mon Dec 12 16:26:37 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5bbca02938 DREAMWEB: Oops, place the newly ignored variables in their right place in tasm-recover


Commit: 5bbca0293871f445d3738f2114069aaf69600340
    https://github.com/scummvm/scummvm/commit/5bbca0293871f445d3738f2114069aaf69600340
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-12-12T07:26:03-08:00

Commit Message:
DREAMWEB: Oops, place the newly ignored variables in their right place in tasm-recover

Changed paths:
    devtools/tasmrecover/tasm-recover



diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover
index 7c1204b..8ddfed4 100755
--- a/devtools/tasmrecover/tasm-recover
+++ b/devtools/tasmrecover/tasm-recover
@@ -134,6 +134,20 @@ p = parser(skip_binary_data = [
 	'currentirq',
 	'gameerror',
 	'howmuchalloc',
+	'inputport',
+	'emmhandle',
+	'emmpageframe',
+	'emmhardwarepage',
+	'ch0emmpage',
+	'ch0offset',
+	'ch0oldemmpage',
+	'ch0oldoffset',
+	'ch0oldblockstocopy',
+	'ch1emmpage',
+	'ch1offset',
+	'ch1blocksplayed',
+	'soundemmpage',
+	'speechemmpage',
 	# vgagrafx.asm
 	'cityname',
 	'extragraphics1',
@@ -177,20 +191,6 @@ p = parser(skip_binary_data = [
 	'endtextname',
 	'gungraphic',
 	'monkface',
-	'inputport',
-	'emmhandle',
-	'emmpageframe',
-	'emmhardwarepage',
-	'ch0emmpage',
-	'ch0offset',
-	'ch0oldemmpage',
-	'ch0oldoffset',
-	'ch0oldblockstocopy',
-	'ch1emmpage',
-	'ch1offset',
-	'ch1blocksplayed',
-	'soundemmpage',
-	'speechemmpage',
 	])
 p.strip_path = 3
 context = p.parse('dreamweb/dreamweb.asm')






More information about the Scummvm-git-logs mailing list