diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-07 18:21:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 18:21:13 +0200 |
commit | 6f63de8bbbd07957cf159b807105703eaa3a96a3 (patch) | |
tree | 5b3f70697f0b2b85b69ca19d225daaf70b476ccd | |
parent | f00456c1797bc45d0dd6a11482f25c3ccdc7d90a (diff) | |
download | emu8910-6f63de8bbbd07957cf159b807105703eaa3a96a3.tar.gz emu8910-6f63de8bbbd07957cf159b807105703eaa3a96a3.zip |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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`. |