From 08e3123c4a56c67a5ad231cdc6906ab958709e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sat, 14 Jan 2023 22:55:30 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7bb294d..c05f3e7 100644 --- a/README.md +++ b/README.md @@ -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