summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-07 18:06:30 +0200
committerGitHub <noreply@github.com>2024-12-07 18:06:30 +0200
commit9047941122da64982901a5a4952255a6c2665368 (patch)
tree32bb9cbf9dd9bfc3bcefa10bd9f2f94e2cb5f977
parentc3a898db4e6c454966c5cdb06356fdd157acb187 (diff)
downloademu8910-9047941122da64982901a5a4952255a6c2665368.tar.gz
emu8910-9047941122da64982901a5a4952255a6c2665368.zip
Update README.md
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6c24516..8c7dfec 100644
--- a/README.md
+++ b/README.md
@@ -69,10 +69,10 @@ These registers need to be updated at the frequency of the ISR.
Files:
-* `src/emu8910.ts` - core emulator implementation.
-* `fym.js` - FYM (Fast YM) format parser.
-* `parser.js` - register parser.
-* `index.html` - HTML boilerplate.
+* `src/emu8910.ts` - `core emulator implementation.`
+* `fym.js` - `FYM (Fast YM) format 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`.