diff options
author | Lunar Journal <md.node.0@gmail.com> | 2023-09-06 07:06:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 07:06:19 +0200 |
commit | 52670f7791974b5782633d5b0337f960977d4637 (patch) | |
tree | 2c7aa48689901931e2b21c38f8f11029f1e2014f /README.md | |
parent | bda721fc6bea52b3f18bf549479d2209ce928d2c (diff) | |
download | emu8910-52670f7791974b5782633d5b0337f960977d4637.tar.gz emu8910-52670f7791974b5782633d5b0337f960977d4637.zip |
Update README.md
Add compile instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |