Update README.md (#74)

This commit is contained in:
omarandlorraine 2023-04-26 17:41:44 +01:00 committed by GitHub
parent 36a9dd19f6
commit 42eb1f8689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
[![docs.rs](https://docs.rs/mos6502/badge.svg)](https://docs.rs/mos6502)
An emulator for the [MOS 6502 CPU](https://en.wikipedia.org/wiki/MOS_Technology_6502) written in Rust.
Tested and validated by [solid65](https://github.com/omarandlorraine/solid65).
It builds on stable Rust and supports `#[no_std]` targets.
## What is the MOS 6502?