Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/griush/6502_emulator
6502 emulator made in rust
https://github.com/griush/6502_emulator
6502 emulator rust rust-lang
Last synced: 14 days ago
JSON representation
6502 emulator made in rust
- Host: GitHub
- URL: https://github.com/griush/6502_emulator
- Owner: griush
- License: mit
- Created: 2023-12-05T11:12:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-14T18:26:57.000Z (11 months ago)
- Last Synced: 2024-11-17T18:39:52.259Z (3 months ago)
- Topics: 6502, emulator, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 6502 Emulator
![6502 README Banner](./res/6502_Emulator_banner.png)![GitHub repo size](https://img.shields.io/github/repo-size/griush/6502_emulator)
![GitHub Repo stars](https://img.shields.io/github/stars/griush/6502_emulator?color=green)
![GitHub License](https://img.shields.io/github/license/griush/6502_emulator?style=flat&color=green)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/griush/6502_emulator/.github%2Fworkflows%2Frust.yml)6502 emulator made in Rust.
## State
Tesed on Windows 10 and Ubuntu 23.10. But should work on any platform, there is no system specific code.## Usage
- Clone the repo with `git clone https://github.com/griush/6502_emulator.git`.
- Run `cargo run` to start the emulator. You can pass an argument (`cargo run `) to load a custom binary.