Add link to open PR

This commit is contained in:
Matthias 2021-01-27 20:55:58 +01:00 committed by GitHub
parent 561b875a08
commit 38e90170c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
An emulator for the [MOS 6502 CPU](https://en.wikipedia.org/wiki/MOS_Technology_6502) written in Rust.
This started off as a fork of [amw-zero/6502-rs](https://github.com/amw-zero/6502-rs),
which seems to be unmaintained at this point.
which seems to be [unmaintained](https://github.com/amw-zero/6502-rs/pull/36) at this point.
It builds with the latest stable Rust and supports `#[no_std]` targets.