1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-13 00:29:33 +00:00

forgot to change README

This commit is contained in:
Sam M W 2022-10-18 10:13:19 +01:00
parent cd83ae7b9c
commit 4cc24efce4

View File

@ -20,7 +20,6 @@ Source: [Wikipedia](https://en.wikipedia.org/wiki/MOS_Technology_6502)
## How to use this library
```rust
use mos6502::address::Address;
use mos6502::cpu;
fn main() {