Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.