1
0
mirror of https://github.com/mre/mos6502.git synced 2024-12-23 03:29:51 +00:00

Update README.md

This commit is contained in:
Matthias Endler 2018-11-04 20:40:00 +01:00 committed by GitHub
parent 0addb59c68
commit 1a2dc5853b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
[![Build Status](https://travis-ci.org/mre/mos6502.svg?branch=master)](https://travis-ci.org/mre/mos6502) [![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), This started off as a fork of [6502-rs](https://github.com/amw-zero/6502-rs),
which seems to be unmaintained at this point. 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 ## Usage example