diff options
author | Lunar Journal <md.node.0@gmail.com> | 2023-09-07 12:14:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 12:14:37 +0200 |
commit | b9c9da54f07445b052e8a1bd8e44a4abe9848fbc (patch) | |
tree | 9fe4e1b048ce95242b340e0636b5109a5033f3d0 | |
parent | 6c912dd0a750f897f6271ccd65a26f6f87996c03 (diff) | |
download | z80emu-b9c9da54f07445b052e8a1bd8e44a4abe9848fbc.tar.gz z80emu-b9c9da54f07445b052e8a1bd8e44a4abe9848fbc.zip |
z80emu: readme: update readme
Update file refs.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,5 +8,5 @@ Z80 assembly programs are inteded to be compiled with [z80asm](https://www.nongn Files: <br/> -* **z80.ts** - Core implementation. <br/> -* **main.ts** - Simulator interface. +* `z80.ts` - Core implementation. <br/> +* `main.ts` - Simulator interface. |