gint/include/gint
Lephe 2751dcf045
remove the .gint.data section
Since both platforms now have their VBR and gint-specific data loaded
along the add-in's data, the .gint.data section is entirely unused.

The .gint.bss section is still used for uninitialized objects (it has
different semantics than .bss which is initially cleared) and the
.gint.data.sh3 and .gint.bss.sh3 sections that are dropped on the
SH4-only fx-CG 50 are also still used.
2020-07-10 16:36:05 +02:00
..
defs remove the .gint.data section 2020-07-10 16:36:05 +02:00
drivers r61524 render-cg: support Prizm and fx-CG Manager 2020-07-02 15:48:19 +02:00
mpu use less static RAM to improve SH3 support 2020-07-10 16:06:33 +02:00
std string: optimized memcpy, memcmp, memset; decent memmove 2020-07-04 15:05:28 +02:00
bfile.h bfile: add BFile syscalls on fx-CG 50 (still unstable) 2020-05-16 17:11:55 +02:00
clock.h timer: final iteration on the API 2020-06-20 22:45:46 +02:00
display-cg.h bopti: deprecate image_t, renamed to bopti_image_t 2020-06-01 12:11:59 +02:00
display-fx.h bopti: deprecate image_t, renamed to bopti_image_t 2020-06-01 12:11:59 +02:00
display.h render: add alignment options to dtext_opt() and dprint_opt() 2020-06-18 18:31:13 +02:00
dma.h code review and display driver changes 2020-02-23 16:05:25 +01:00
drivers.h some cleanup in src/core and in the repository 2020-06-20 11:41:13 +02:00
exc.h core: backport TLB handling to fx9860g, fix return-to-menu (UNSTABLE) 2020-06-15 20:55:18 +02:00
gint.h kernel: compact VBR scheme on SH3 2020-07-09 10:44:37 +02:00
gray.h bopti: deprecate image_t, renamed to bopti_image_t 2020-06-01 12:11:59 +02:00
hardware.h r61524 render-cg: support Prizm and fx-CG Manager 2020-07-02 15:48:19 +02:00
intc.h general cleanup of the kernel 2020-06-20 17:18:51 +02:00
keyboard.h iokbd keysc: space optimizations for SH3 2020-07-08 20:01:58 +02:00
keycodes.h way too much, including bopti/topti, timers, and more. 2019-02-21 21:00:26 +01:00
mmu.h core: accept large add-ins and setup TLB management (UNSTABLE) 2020-06-14 11:01:27 +02:00
rtc.h code review and display driver changes 2020-02-23 16:05:25 +01:00
timer.h timer: allow integer pointers in callback arguments 2020-07-02 08:51:59 +02:00