Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lleny/holani-retro
Libretro implementation of holani, an Atari Lynx emulator
https://github.com/lleny/holani-retro
atari emulator libretro lynx
Last synced: 2 days ago
JSON representation
Libretro implementation of holani, an Atari Lynx emulator
- Host: GitHub
- URL: https://github.com/lleny/holani-retro
- Owner: LLeny
- License: gpl-3.0
- Created: 2024-10-02T07:17:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T08:21:21.000Z (4 months ago)
- Last Synced: 2024-10-19T12:18:47.988Z (4 months ago)
- Topics: atari, emulator, libretro, lynx
- Language: Rust
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Holani-retro
[Libretro](https://www.libretro.com/) implementation of [Holani](https://github.com/LLeny/holani), a cycle-stepped Atari Lynx emulator.#### Supported libretro features
* Save/load states
* [RetroArch cheats](https://docs.libretro.com/guides/cheat-codes/)## Build
You will need [Rust and its package manager Cargo](https://www.rust-lang.org/).```
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](https://www.libretro.com/index.php/powered-by-libretro/).[RetroArch](https://www.retroarch.com/) 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
```#### Windows
[Microsoft Visual C++ 2015 Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=52685) is required.## Embedded ROM
Holani uses the [Free Lynx Boot Rom](http://lynxdev.atari.org). If you encouter issues booting your cartridge try copying the original Lynx firmware *lynxboot.img* into Retroarch's "system" folder.