From 8ffc3a5dcc57d2fcb95b16d1e68e9adbd0670c8b Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Mon, 20 Jul 2026 16:35:41 -0500 Subject: [PATCH] docs: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0d0be1..d2e027c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ CHIP-8 is an interpreted programming language from the late 1970s, originally us - **Delay & sound timers** - Decrement at 60Hz, matching original hardware timing - **CPU clock** - 600Hz (10 cycles per frame at 60 FPS) - **Bounds checking** - Validates ROM size, key registers, and memory addresses -- **Unit tests** - ⚠️ Work in Progress ⚠️ test suite using the [munit](https://nemequ.github.io/munit/) framework +- **Unit tests** - Comprehensive test suite using the [munit](https://nemequ.github.io/munit/) framework ## Prerequisites