Retro68/libretro
2017-10-07 16:10:05 +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 libretro/malloc.c: "implement" memalign. Just hope that NewPtr aligns enough anyway (16 byte on PowerPC) 2017-10-07 16:10:05 +02:00
MultiSegApp.c implement UnloadSeg on 68K 2017-10-07 02:02:42 +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 libretro: implement gettimeofday(). Fixes issue #18 2015-09-16 00:39:03 +02:00