summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-28 17:07:59 +0200
committerGitHub <noreply@github.com>2024-12-28 17:07:59 +0200
commit99d8b129e4548bc10cb290535c66e376cdf86bbf (patch)
tree7cc9c9851eec2fe1ffaa61fabe1de911c0b2c5a8
parentb20a727bbea283e52f7f01b3a2520beb14f82cb5 (diff)
downloadz80emu-99d8b129e4548bc10cb290535c66e376cdf86bbf.tar.gz
z80emu-99d8b129e4548bc10cb290535c66e376cdf86bbf.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f338da7..8a06694 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# z80emu
-`Project status` : `Work In Progress`
+`Project Status` : `Work In Progress`
This repository contains a bare bones implementation of a `Z80` emulator (written in `Typescript`), supporting up to `150+` basic `opcodes`. It is intended to be an educational project to show how one would approach simulating the behaviour of an `8-bit` microprocessor.