Skip to content

Libretro implementation of holani, an Atari Lynx emulator

License

Notifications You must be signed in to change notification settings

LLeny/holani-retro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holani-retro

Libretro implementation of Holani, a cycle-stepped Atari Lynx emulator.

Supported libretro features

Build

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.

Run

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:

Linux

retroarch --libretro target/release/libholani.so <cartridge.lnx>

Windows

Microsoft Visual C++ 2015 Redistributable is required.

Embedded ROM

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.

About

Libretro implementation of holani, an Atari Lynx emulator

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages