diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-07 18:06:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 18:06:30 +0200 |
commit | 9047941122da64982901a5a4952255a6c2665368 (patch) | |
tree | 32bb9cbf9dd9bfc3bcefa10bd9f2f94e2cb5f977 | |
parent | c3a898db4e6c454966c5cdb06356fdd157acb187 (diff) | |
download | emu8910-9047941122da64982901a5a4952255a6c2665368.tar.gz emu8910-9047941122da64982901a5a4952255a6c2665368.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`. |