diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-26 21:57:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-26 21:57:58 +0200 |
commit | 65e9d320f72fc72c128f102f71afd0a733f44aa3 (patch) | |
tree | dd6c9398e101d994e7da570d8ef8c583d38e96ea | |
parent | 9e96fd4d595f8701f29f1bd1125838a541d68cb1 (diff) | |
download | z80emu-65e9d320f72fc72c128f102f71afd0a733f44aa3.tar.gz z80emu-65e9d320f72fc72c128f102f71afd0a733f44aa3.zip |
Update README.md
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -10,3 +10,28 @@ Files: <br/> * `z80.ts` - `core` implementation. * `main.ts` - `sim` interface. + +# Signature + +``` ++---------------------------------------+ +| .-. .-. .-. | +| / \ / \ / \ | +| / \ / \ / \ / | +| \ / \ / \ / | +| "_" "_" "_" | +| | +| _ _ _ _ _ _ ___ ___ _ _ | +| | | | | | | \| | /_\ | _ \ / __| || | | +| | |_| |_| | .` |/ _ \| /_\__ \ __ | | +| |____\___/|_|\_/_/ \_\_|_(_)___/_||_| | +| | +| | +| Lunar RF Labs | +| https://lunar.sh | +| | +| RF Research Laboratories | +| Copyright (C) 2022-2024 | +| | ++---------------------------------------+ +``` |