summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-05 16:26:48 +0200
committerGitHub <noreply@github.com>2024-12-05 16:26:48 +0200
commit8d98513c90ed89d7d7a1d967c49cb1f655b8c4f4 (patch)
tree2e6d69377871193da25f316adc813bd7ba78bd06
parent9252d8da6c1b5b42b4c515d09254aa2400f4c49e (diff)
downloademu8910-8d98513c90ed89d7d7a1d967c49cb1f655b8c4f4.tar.gz
emu8910-8d98513c90ed89d7d7a1d967c49cb1f655b8c4f4.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3584565..185ba27 100644
--- a/README.md
+++ b/README.md
@@ -66,9 +66,9 @@ These registers need to be updated at the frequency of the ISR.
Files:
-* `src/emu8910.ts` - Core emulator implementation
+* `src/emu8910.ts` - core emulator implementation
* `fym.js` - FYM (Fast YM) format parser
-* `parser.js` - Register parser
+* `parser.js` - register parser
* `index.html` - HTML boilerplate
To run demo start web server: `python -m http.server 8000` and navigate to `index.html`.