Retro68/libretro
2017-10-08 20:55:24 +02:00
..
CMakeLists.txt set -ffunction-sections option on libretro and libConsole, and use gc-sections in Samples/HelloWorld. 2017-09-29 22:31:35 +02:00
consolehooks.c update libretro for powerpc 2015-09-08 18:01:17 +02:00
glue.c update libretro for powerpc 2015-09-08 18:01:17 +02:00
LoadSeg.s MultiSeg Apps: First working version (exceptions don't work) 2017-09-26 11:27:53 +02:00
malloc.c test: Segments 2017-10-08 19:30:54 +02:00
MultiSegApp.c declaring _sbss as an array prevents warnings when zeroing it 2017-10-08 20:55:24 +02:00
PoorMansDebugging.h Some cleanups 2017-09-23 22:36:47 +02:00
ppcfpsave.s update libretro for powerpc 2015-09-08 18:01:17 +02:00
ppcstart.c brutally use absolute addresses in exception handling tables and stick them in .data (for now) 2017-04-12 11:55:14 +02:00
qdglobals.c update libretro for powerpc 2015-09-08 18:01:17 +02:00
relocate.c New, more compact format for relocations 2017-09-30 23:03:17 +02:00
Retro68.r output of elf2mac is now a piece of code with no headers with its entry point at the start. No more FLT file format. 2017-09-24 00:32:13 +02:00
Retro68APPL.r Elf2Mac now generates CODE resources itself; --mac-flat for the old functionality 2017-09-24 16:00:00 +02:00
Retro68Runtime.h Fix cache flushing 2017-09-28 17:51:19 +02:00
RetroCarbonAPPL.r Clean up Carbon build 2015-10-07 00:03:28 +02:00
RetroPPCAPPL.r Clean up Carbon build 2015-10-07 00:03:28 +02:00
start.c MultiSeg Apps: First working version (exceptions don't work) 2017-09-26 11:27:53 +02:00
syscalls.c C library/system calls: clean up, implement open, read, write, close, lseek; clean up the command line gcc passes to ld 2017-10-08 19:28:10 +02:00