mirror of
https://github.com/mre/mos6502.git
synced 2024-11-25 02:33:26 +00:00
Cleanup
This commit is contained in:
parent
d3a9833ce0
commit
abb01df4b4
10
README.md
10
README.md
@ -4,10 +4,7 @@
|
|||||||
[![docs.rs](https://docs.rs/mos6502/badge.svg)](https://docs.rs/mos6502)
|
[![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.
|
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),
|
It builds on stable Rust and supports `#[no_std]` targets.
|
||||||
which seems to be [unmaintained](https://github.com/amw-zero/6502-rs/pull/36) at this point.
|
|
||||||
|
|
||||||
It builds with the latest stable Rust and supports `#[no_std]` targets.
|
|
||||||
|
|
||||||
## Usage example
|
## Usage example
|
||||||
|
|
||||||
@ -52,3 +49,8 @@ fn main() {
|
|||||||
assert_eq!(7, cpu.registers.accumulator);
|
assert_eq!(7, cpu.registers.accumulator);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
|
This started off as a fork of [amw-zero/6502-rs](https://github.com/amw-zero/6502-rs),
|
||||||
|
which seems to be [unmaintained](https://github.com/amw-zero/6502-rs/pull/36) at this point.
|
||||||
|
Loading…
Reference in New Issue
Block a user