Add three new HE sports games. Baseball is most playable now.

Add some unhandled KernelGet/SetFunctions used by new titles.

svn-id: r17198
This commit is contained in:
Eugene Sandulenko 2005-03-22 20:57:14 +00:00
parent 6ef24ce3cb
commit 8102efa7a3
6 changed files with 80 additions and 13 deletions

View file

@ -1571,6 +1571,11 @@ void ScummEngine_v72he::o72_kernelGetFunctions() {
push((int)(cos(a) * 100000));
}
break;
case 2001:
// Used in football
push(0);
warning("o72_kernelGetFunctions: unhandled case 2001");
break;
default:
error("o72_kernelGetFunctions: default case %d", args[0]);
}