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