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 1 year 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T00:04:37.000Z (over 1 year ago)
- Last Synced: 2025-02-04T17:50:55.231Z (over 1 year ago)
- Topics: atari, debugger, emulator, lynx
- Language: Rust
- Homepage:
- Size: 9.76 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.