diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-15 16:02:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-15 16:02:07 +0200 |
commit | ac8a29f6da9c125b0fabbbf5e77c50e7f77780cf (patch) | |
tree | f9b6bfdff4effaa4760befe42425b9d53dac4ce8 | |
parent | 5f679552df3e9c601854793c5a6e3e056cf1702f (diff) | |
download | z80emu-ac8a29f6da9c125b0fabbbf5e77c50e7f77780cf.tar.gz z80emu-ac8a29f6da9c125b0fabbbf5e77c50e7f77780cf.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ The simulator interface steps through a compiled binary and dumps the contents o Files: <br/> * `z80.ts` - `core` implementation. -* `main.ts` - `simulator` interface. +* `main.ts` - `sim` interface. |