From 38e90170c16da834f66024aa8ffa29dbd5c86ba4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 27 Jan 2021 20:55:58 +0100 Subject: [PATCH] Add link to open PR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 305e02f..210780c 100644 --- a/README.md +++ b/README.md @@ -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.