diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-06 08:01:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-06 08:01:24 +0200 |
commit | c3a898db4e6c454966c5cdb06356fdd157acb187 (patch) | |
tree | 459c280d7757cb3e383fb28552ba2b650c0c0d26 | |
parent | 732546c7b4eebd71d2cd2777345edd3274c26a36 (diff) | |
download | emu8910-c3a898db4e6c454966c5cdb06356fdd157acb187.tar.gz emu8910-c3a898db4e6c454966c5cdb06356fdd157acb187.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`. |