summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2023-09-06 07:06:19 +0200
committerGitHub <noreply@github.com>2023-09-06 07:06:19 +0200
commit52670f7791974b5782633d5b0337f960977d4637 (patch)
tree2c7aa48689901931e2b21c38f8f11029f1e2014f /README.md
parentbda721fc6bea52b3f18bf549479d2209ce928d2c (diff)
downloademu8910-52670f7791974b5782633d5b0337f960977d4637.tar.gz
emu8910-52670f7791974b5782633d5b0337f960977d4637.zip
Update README.md
Add compile instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d64cf9e..9881ce1 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ This emulator also adds interrupt support (with variable frequency) for updating
FIR filter data generated using:
[https://www.arc.id.au/FilterDesign.html](https://www.arc.id.au/FilterDesign.html)
+Compile with `tsc emu8910.ts`.
+
Files:
* src/emu8910.ts - Core emulator implementation