Update README.md

This commit is contained in:
Juhani Krekelä 2023-01-14 22:55:30 +02:00
parent 2089c1cf2c
commit 08e3123c4a
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ Name
Usage
-----
python3 sipsi-8.py path/to/chip-8/file
python3 sipsi-8.py path/to/chip-8/file [instructions-per-second]
Input
-----
@ -31,8 +31,9 @@ Code quality
Pretty bad
Emulation speed
---------------
Instructions are run 500 times a second
--------------
Instructions are run 500 times a second by default. This can be changed by
passing in a second argument to sipsi-8.
Draw sprint
-----------
@ -58,7 +59,6 @@ Issues
------
* Keyboard can't be changed
* FPS can't be changed
* Interpreter speed can't be changed
* Window size can't be changed
* No error handing on opening a file