diff options
author | Benjamin Haisch | 2008-06-12 11:09:04 +0000 |
---|---|---|
committer | Benjamin Haisch | 2008-06-12 11:09:04 +0000 |
commit | fb31c62ad82c26b17ec8f95c33f532eca1deba62 (patch) | |
tree | 065fad466a344b13fabcca363aac043351baed95 /engines/made/detection.cpp | |
parent | 555ddf9f9540bd1d62e0b2affbff4b62c284d9d1 (diff) | |
download | scummvm-rg350-fb31c62ad82c26b17ec8f95c33f532eca1deba62.tar.gz scummvm-rg350-fb31c62ad82c26b17ec8f95c33f532eca1deba62.tar.bz2 scummvm-rg350-fb31c62ad82c26b17ec8f95c33f532eca1deba62.zip |
- Added support for Rodney's Fun Screen
- Added audio cd playback (still kinda broken though)
- Renamed getObjectPropertyPtr to findObjectProperty
svn-id: r32669
Diffstat (limited to 'engines/made/detection.cpp')
-rw-r--r-- | engines/made/detection.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp index 7d30873866..dc7dbdee87 100644 --- a/engines/made/detection.cpp +++ b/engines/made/detection.cpp @@ -65,6 +65,7 @@ static const PlainGameDescriptor madeGames[] = { {"manhole", "The Manhole"}, {"rtz", "Return to Zork"}, {"lgop2", "Leather Goddesses of Phobos 2"}, + {"rodney", "Rodney's Fun Screen"}, {0, 0} }; @@ -276,6 +277,22 @@ static const MadeGameDescription gameDescriptions[] = { 0, }, + { + // Rodney's Fun Screen + { + "rodney", + "", + AD_ENTRY1("rodneys.dat", "a79887dbaa47689facd7c6f09258ba5a"), + Common::EN_ANY, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GID_RODNEY, + 0, + GF_FLOPPY, + 0, + }, + { AD_TABLE_END_MARKER, 0, 0, 0, 0 } }; |