Back to Tic 80

TIC-80 libretro

src/system/libretro/README.md

1.1.2837534 B
Original Source

TIC-80 libretro

Provided is a TIC-80 libretro core to render TIC-80 cartridges through the libretro API and RetroArch.

Build

To build the core by itself, run the following commands.

git clone https://github.com/nesbox/TIC-80.git
cd TIC-80
git submodule update --init --recursive
cd build
cmake .. -DBUILD_PLAYER=OFF -DBUILD_SDL=OFF -DBUILD_TOOLS=OFF -DBUILD_LIBRETRO=ON
make

Usage

retroarch -L lib/tic80_libretro.so sfx.tic