aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCan2025-02-03 17:12:20 +0100
committerCan2025-02-03 17:12:20 +0100
commit13e41e69f7a10b819f77c2db0b9e5364ea51de2e (patch)
tree0cbf7c51111b6bc2403095d888c147ea04a1b8b7 /README.md
parent7beb6fd52a4fad8e914a061eb3816cdff206dc76 (diff)
UI changes and audio 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 bd7f29c..2aa608a 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Aim is to emulate the Chip-8, an interpreted programming language from the 1970s
- [x] Graphical user interface for loading and managing ROMs
- [ ] Debugger with step-through execution and breakpoints
- [ ] Save and load state functionality
-- [ ] Sound support for Chip-8 audio
+- [x] Sound support for Chip-8 audio
## Will-not-have