start from cli
This commit is contained in:
12
README.md
12
README.md
@@ -2,7 +2,17 @@
|
||||
|
||||
Just another implementation of a NES emulator written in Rust.
|
||||
|
||||
**A note of warning:** This is an exploratory coding project with the aim to understand concepts of assembler and emulation in general. If you are looking for a cycle-accurate ready-to-use NES emulator to play some games, this is the wrong one.
|
||||
**A note of warning:** This is an exploratory coding project with the aim to understand concepts of assembler and emulation in general. If you are looking for a cycle-accurate ready-to-use NES emulator to play some games, this is the wrong one.
|
||||
|
||||
Usage:
|
||||
``` bash
|
||||
./jane super_mario.nes
|
||||
|
||||
# With optional start address for the CPU (mainly for debugging)
|
||||
./jane nestest.nes C000
|
||||
```
|
||||
|
||||
Make sure to compile with `--release` for 60 fps.
|
||||
|
||||
## what works
|
||||
* CPU
|
||||
|
||||
Reference in New Issue
Block a user