SCI: Added some stubs for LSL6CD (lores).
svn-id: r40719
This commit is contained in:
parent
789cb98492
commit
df3357159c
7 changed files with 55 additions and 8 deletions
|
@ -803,4 +803,10 @@ reg_t kMessage(EngineState *s, int funct_nr, int argc, reg_t *argv) {
|
|||
return NULL_REG;
|
||||
}
|
||||
|
||||
reg_t kSetQuitStr(EngineState *s, int funct_nr, int argc, reg_t *argv) {
|
||||
char *quitStr = kernel_dereference_char_pointer(s, argv[0], 0);
|
||||
debug("Setting quit string to '%s'", quitStr);
|
||||
return s->r_acc;
|
||||
}
|
||||
|
||||
} // End of namespace Sci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue