e7d3030ebf
FossilOrigin-Name: 909ee67a53191440235e0a9dcfdea1e8588c91344541d3bce250eddf2f50897f |
||
---|---|---|
.. | ||
fbsd.s | ||
fbsd64.s | ||
image.c | ||
linux.s | ||
macos.s | ||
Makefile | ||
README | ||
retro.c |
RETRO/Minimal (No LIBC) --------------------------------------------------------------- This is a collection of minimal RETRO interfaces for various systems. Though using a VM written in C, they do not require linking against LIBC, instead using system calls to interact with the host. Current Implementations: - FreeBSD (32-bit, x86) - FreeBSD (64-bit, x86) - Linux (32-bit, x86) - macOS (64-bit, x86) ---------------------------------------------------------------