From 1a2dc5853b1e7e918f1e7b3fc230e4c9a72b0eef Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Sun, 4 Nov 2018 20:40:00 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83aed56..e139081 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ [![Build Status](https://travis-ci.org/mre/mos6502.svg?branch=master)](https://travis-ci.org/mre/mos6502) -An emulator for the MOS 6502 CPU written in Rust. +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 [6502-rs](https://github.com/amw-zero/6502-rs), which seems to be unmaintained at this point. -It builds with the latest stable Rust. +It builds with the latest stable Rust and supports `#[no_std]` targets. ## Usage example