diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-28 17:07:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-28 17:07:59 +0200 |
commit | 99d8b129e4548bc10cb290535c66e376cdf86bbf (patch) | |
tree | 7cc9c9851eec2fe1ffaa61fabe1de911c0b2c5a8 /README.md | |
parent | b20a727bbea283e52f7f01b3a2520beb14f82cb5 (diff) | |
download | z80emu-99d8b129e4548bc10cb290535c66e376cdf86bbf.tar.gz z80emu-99d8b129e4548bc10cb290535c66e376cdf86bbf.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |