Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lleny/holani-debug

An Atari Lynx debugger for holani
https://github.com/lleny/holani-debug

atari debugger emulator lynx

Last synced: about 2 months ago
JSON representation

An Atari Lynx debugger for holani

Awesome Lists containing this project

README

        

# Holani-debug
A very early version of the Atari Lynx debugger for [Holani](https://github.com/LLeny/holani) with comlynx support.

[
](https://github.com/LLeny/holani-debug/raw/467d3bb8e18c8f118b8e9a12e8a843afb87b0ad6/assets/Checkered_Flag_3Players.mp4)

## Build
You will need [Rust and its package manager Cargo](https://www.rust-lang.org/).

```
git clone https://github.com/LLeny/holani-debug.git
```

Build the debugger with:

```
cargo build --release
```

The debugger executable will be in the `target/release/` directory.