Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lleny/holani
Atari Lynx emulator
https://github.com/lleny/holani
atari cycle-stepped emulator library lynx rust
Last synced: 17 days ago
JSON representation
Atari Lynx emulator
- Host: GitHub
- URL: https://github.com/lleny/holani
- Owner: LLeny
- License: gpl-3.0
- Created: 2024-10-02T06:56:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T08:18:58.000Z (2 months ago)
- Last Synced: 2024-10-19T12:10:05.865Z (2 months ago)
- Topics: atari, cycle-stepped, emulator, library, lynx, rust
- Language: Rust
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Holani
A cycle-stepped Atari Lynx emulator.The 65C02S cycle-stepped emulation is initially based on the excellent idea and design of [chips](https://github.com/floooh/chips)'s 6502.
## Holani is a library
You can use:
* [holani-retro](https://github.com/LLeny/holani-retro), a libretro core to play official games and homebrews.
* [holani-gtk](https://github.com/LLeny/holani-gtk), a gtk4 frontend.
* [holani-min](https://github.com/LLeny/holani-min), a command line frontend.
* [holani-debug](https://github.com/LLeny/holani-debug), an Atari Lynx debugger built around holani.
* [holani-tui](https://github.com/LLeny/holani-tui), a TUI frontend.## Holani embeds 6502 binary blobs
* Free Lynx Boot Rom, courtesy of http://lynxdev.atari.org
* BLL uLoader, courtesy of https://github.com/42Bastian/new_bll/