summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <md.node.0@gmail.com>2025-10-17 15:32:15 +0200
committerGitHub <noreply@github.com>2025-10-17 15:32:15 +0200
commit4e5b0e5e0508a9667d6440ccbfda43276c3d5b76 (patch)
tree9961a323a282ad86a2b0cc20275831ff97ccb068
parent516dfb9f09282a6d70ca980053a26f511e411fdf (diff)
downloademu8910-4e5b0e5e0508a9667d6440ccbfda43276c3d5b76.tar.gz
emu8910-4e5b0e5e0508a9667d6440ccbfda43276c3d5b76.zip
Add emu8910.js to the list of files in READMEHEADmain
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fcb8bd1..4a2b545 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,7 @@ These registers need to be updated at the frequency of the `ISR`.
Files:
+* `emu8910.js` - precompiled js emulator core.
* `src/emu8910.ts` - `core` emulator implementation.
* `fym.js` - `FYM` `(Fast YM)` format parser.
* `parser.js` - `PSG` register parser.