- Added support for Rodney's Fun Screen

- Added audio cd playback (still kinda broken though)
- Renamed getObjectPropertyPtr to findObjectProperty

svn-id: r32669
This commit is contained in:
Benjamin Haisch 2008-06-12 11:09:04 +00:00
parent 555ddf9f95
commit fb31c62ad8
7 changed files with 57 additions and 26 deletions

View file

@ -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 }
};