From d5e9281969aebc26c124e7f808b59225dbbf58ed Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Thu, 25 Oct 2018 15:02:27 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e43f22..88b84b4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -6502 -==== +# 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. 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 should build with the latest Rust. - +It builds with the latest stable Rust.