Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/