summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-15 15:50:25 +0200
committerGitHub <noreply@github.com>2024-12-15 15:50:25 +0200
commit1d149056c42610ac927d1319b86ea56995689286 (patch)
treee6a24a00bb6d856c92e0882818215922b0af4120 /README.md
parent0bffc4269c9fe6589219e9c23e7991243645ab97 (diff)
downloademu8910-1d149056c42610ac927d1319b86ea56995689286.tar.gz
emu8910-1d149056c42610ac927d1319b86ea56995689286.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 597fd5d..fd0f53c 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`.