implemented more calls in uaelib

This commit is contained in:
Dimitris Panokostas 2020-06-20 17:45:14 +02:00
parent 36feb3978d
commit edbc583708
2 changed files with 4 additions and 4 deletions

View file

@ -1383,7 +1383,7 @@ int main(int argc, char* argv[])
inputdevice_do_keyboard(AK_CAPSLOCK, 0);
}
ioctl(0, KDSETLED, kbd_led_status);
real_main(argc, argv);
// restore keyboard LEDs to normal state

View file

@ -365,10 +365,10 @@ static uae_u32 uaelib_demux_common(TrapContext *ctx, uae_u32 ARG0, uae_u32 ARG1,
/* The next call brings bad luck */
case 13: return emulib_ExitEmu();
case 14: return emulib_GetDisk(ctx, ARG1, ARG2);
case 15: return 0;
case 15: return emulib_Debug();
case 68: return 0;
case 69: return 0;
case 68: return emulib_Minimize();
case 69: return emulib_ExecuteNativeCode();
case 70: return 0; /* RESERVED. Something uses this.. */