Clarification

This commit is contained in:
Matthias Endler 2018-11-04 21:54:09 +01:00
parent a10d85d73f
commit e46f5b2495
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/mre/mos6502.svg?branch=master)](https://travis-ci.org/mre/mos6502)
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),
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.
It builds with the latest stable Rust and supports `#[no_std]` targets.