aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCan2025-01-26 18:11:07 +0100
committerCan2025-01-26 18:11:07 +0100
commitba86b9db29b1cbf3bebea70d98655967ba9da770 (patch)
tree0d77f6687e069e290ce97ccafa77c3e914b28b53 /README.md
parent1eaabb587a10bad0799360f056d8fa74aa02aa6a (diff)
added keyboard support
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b37ec59..bd7f29c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Aim is to emulate the Chip-8, an interpreted programming language from the 1970s
- [x] Basic Chip-8 instruction set implementation
- [x] Display rendering using Effekt's graphics capabilities via html canvas
-- [ ] Keyboard input handling
+- [x] Keyboard input handling
- [x] Loading and running Chip-8 ROMs
## Can-have