Libretro implementation of Holani, a cycle-stepped Atari Lynx emulator.
- Save/load states
- RetroArch cheats
You will need Rust and its package manager Cargo.
git clone https://github.com/LLeny/holani-retro.git
Build the libretro core with:
cargo build --release
The core will be in the target/release/
directory.
To use the core you will need a libretro frontend.
RetroArch is the official frontend. With retroarch you can use the previsouly built core from the command line with:
retroarch --libretro target/release/libholani.so <cartridge.lnx>
Microsoft Visual C++ 2015 Redistributable is required.
Holani uses the Free Lynx Boot Rom. If you encouter issues booting your cartridge try copying the original Lynx firmware lynxboot.img into Retroarch's "system" folder.