gint/src/kernel
Lephe 2bb5294578
gint: avoid annoying banner on return from menu on fx-CG
Instead of using GetKeyWait(), we directly call into an internal OS
function, which avoids the need to press a key before we can redraw over
the OS banner and VRAM when coming back. The disassembly to locate the
function was developed by Dr-Carlos.

We still have to redraw when coming back; getkey() will do it by
dupdate() by default, and it that's not a possibility for the
application an option to receive a special event and handle it manually
is provided.
2023-08-19 22:52:53 +02:00
..
exch.c mmu: provide read-only access to ITLB 2023-02-02 14:23:03 +01:00
exch.s kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
hardware.c Add HWCALC entry for fx-9860G Slim 2022-09-24 19:48:07 -07:00
inth.S Add HWCALC entry for fx-9860G Slim 2022-09-24 19:48:07 -07:00
kernel.c render-cg: allocate VRAM in the heap; default to double buffering 2022-05-04 20:08:52 +01:00
kernel.h move src/core to src/kernel 2020-07-26 11:49:33 +02:00
osmenu.c gint: avoid annoying banner on return from menu on fx-CG 2023-08-19 22:52:53 +02:00
start.c kernel: make gint_setrestart() reset everything 2022-09-02 22:29:19 +02:00
syscalls.S kernel: more options in System ERROR screen 2023-01-25 22:38:39 +01:00
tlbh.S kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
vbr.h kernel: dynamic loading of GMAPPED functions to user RAM 2020-09-17 14:48:54 +02:00
world.c defs: allow NULL callbacks in gint_call() 2023-01-31 16:04:35 +01:00