Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lleny/holani-debug
- Owner: LLeny
- License: gpl-3.0
- Created: 2024-10-02T07:19:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T07:07:22.000Z (2 months ago)
- Last Synced: 2024-11-23T08:18:09.294Z (2 months ago)
- Topics: atari, debugger, emulator, lynx
- Language: Rust
- Homepage:
- Size: 9.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.