diff options
| author | David Turner | 2011-02-08 17:32:40 +0000 | 
|---|---|---|
| committer | David Turner | 2011-02-08 17:32:40 +0000 | 
| commit | 656afd6daa2b468fdf2731f082d1fd5897e43110 (patch) | |
| tree | 2fe4b3c5bc8ef6948ec8fdf38446cbfc52b57427 | |
| parent | 85f8dc5dee6fbe78fc5cd30094205cf2ed259fec (diff) | |
| download | scummvm-rg350-656afd6daa2b468fdf2731f082d1fd5897e43110.tar.gz scummvm-rg350-656afd6daa2b468fdf2731f082d1fd5897e43110.tar.bz2 scummvm-rg350-656afd6daa2b468fdf2731f082d1fd5897e43110.zip | |
MOHAWK: Add detection entry for "Dr Seuss' ABC" Macintosh version.
svn-id: r55829
| -rw-r--r-- | engines/mohawk/detection_tables.h | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 412c2aa4a0..8f294f065f 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -690,6 +690,24 @@ static const MohawkGameDescription gameDescriptions[] = {  		0  	}, +	// FIXME: Mac version of Dr. Seuss's ABC uses V1 archive format, but has +	//        V2 script format. Currently the engine aborts after the "A--B--C" intro with: +	//        failed to read script entry correctly (8 bytes left): type 0x0067, event 0x0004, opcode 0x0006, param 0x0001! +	{ +		{ +			"seussabc", +			"", +			AD_ENTRY1("BookOutline", "64fbc7a3519de7db3f8c7ff650921eea"), +			Common::EN_ANY, +			Common::kPlatformMacintosh, +			ADGF_NO_FLAGS, +			Common::GUIO_NONE +		}, +		GType_LIVINGBOOKSV1, +		0, +		0 +	}, +  	{  		{  			"1stdegree", | 
