diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 16:24:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 16:24:27 +0200 |
commit | cec438433ef1ca230ac20b5c37a93f005a40e0c3 (patch) | |
tree | dbdc03a0efe9c9f2482dc560486f10ddac946582 | |
parent | dd23172f951cecb450fcae000b2d2cbf9cac96fa (diff) | |
download | z80emu-cec438433ef1ca230ac20b5c37a93f005a40e0c3.tar.gz z80emu-cec438433ef1ca230ac20b5c37a93f005a40e0c3.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,5 +8,5 @@ Z80 assembly programs are intended to be compiled with [z80asm](https://www.nong Files: <br/> -* `z80.ts` - Core implementation. <br/> -* `main.ts` - Simulator interface. +* `z80.ts` - core implementation. <br/> +* `main.ts` - simulator interface. |