gint/src/core
Lephe 9eb723ee53
render: remove the GINT_NEED_VRAM macro
This macro used to protect the declaration of the [vram] variable of
gint. This variable was short to keep drawing functions short but could
clutter the namespace.

That being said, it's even better to just [#define vram gint_vram] if
you need. This change renames the variable to [gint_vram], exposes it
whenever <gint/display.h> is included, and removes the GINT_NEED_VRAM
macro altogether.
2019-10-27 08:14:42 +01:00
..
bootlog.c exc: add exception handlers, use them in the DMA 2019-09-03 22:15:00 +02:00
exch.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
exch.s core: allow custom panics and exception catching 2019-09-13 08:10:30 +02:00
gint.c libc: split standard headers properly 2019-07-16 15:38:18 -04:00
hardware.c expose more platform-agnostic code 2019-09-06 12:16:31 +02:00
inth.S exc: add exception handlers, use them in the DMA 2019-09-03 22:15:00 +02:00
mmu.c core: add a hardware detection interface 2019-07-04 12:11:43 -04:00
setup.c small improvements 2019-09-19 15:59:38 +02:00
start.c support data loading in ILRAM, XRAM and YRAM 2019-09-15 19:29:47 +02:00
syscalls.S TODO update and miscellaneous style 2019-07-16 18:34:10 -04:00
vbr.s Hybrid build system and runtime (no interrupts). t6k11 driver. Basic r61524 driver. 2018-04-19 13:24:26 +02:00