docs: update README

This commit is contained in:
Stevan Freeborn
2026-07-20 16:35:41 -05:00
parent 622c1b88d9
commit 8ffc3a5dcc
+1 -1
View File
@@ -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 - **Delay & sound timers** - Decrement at 60Hz, matching original hardware timing
- **CPU clock** - 600Hz (10 cycles per frame at 60 FPS) - **CPU clock** - 600Hz (10 cycles per frame at 60 FPS)
- **Bounds checking** - Validates ROM size, key registers, and memory addresses - **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 ## Prerequisites