mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
TINSEL: Stub library function 86
This commit is contained in:
parent
5daedb9a8f
commit
ca96788c5a
@ -4222,6 +4222,11 @@ NoirMapping translateNoirLibCode(int libCode, int32 *pp) {
|
||||
pp -= mapping.numArgs - 1;
|
||||
debug(7, "%s(0x%08X)", mapping.name, pp[0]);
|
||||
break;
|
||||
case 86:
|
||||
mapping = NoirMapping{"OP86", ZZZZZZ, 2};
|
||||
pp -= mapping.numArgs - 1;
|
||||
debug(7, "%s(0x%08X, 0x%08X)", mapping.name, pp[0], pp[1]);
|
||||
break;
|
||||
case 151:
|
||||
mapping = NoirMapping{"SETSYSTEMREEL", SETSYSTEMREEL, 2};
|
||||
pp -= mapping.numArgs - 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user