Merge branch 'master' of github.com:mre/mos6502 into master

This commit is contained in:
Matthias Endler 2021-01-28 23:34:44 +01:00
commit 96e15af044
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# mos6502
[![Build Status](https://travis-ci.org/mre/mos6502.svg?branch=master)](https://travis-ci.org/mre/mos6502)
![](https://github.com/mre/mos6502/workflows/test/badge.svg)
[![docs.rs](https://docs.rs/mos6502/badge.svg)](https://docs.rs/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 [amw-zero/6502-rs](https://github.com/amw-zero/6502-rs),