18f5d9b2e4
FossilOrigin-Name: 1a962b21e7db385286a69ab78e6da393f22a7559acd2076b81f810ed57a880b6 |
||
---|---|---|
.. | ||
bsd-i386.s | ||
image.c | ||
linux.s | ||
macos.s | ||
Makefile | ||
openbsd.s | ||
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) ---------------------------------------------------------------