From ca4636ad56b6c0b9b51c83e6013eb6a2428ae733 Mon Sep 17 00:00:00 2001 From: David Derler Date: Sat, 21 Mar 2026 20:34:25 +0100 Subject: [PATCH 1/2] . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7baaa05..3409ab5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # CHIP-8 Emulator + This is an implementation of an emulator of a chip supporting the CHIP-8 [instruction set](https://en.wikipedia.org/wiki/CHIP-8). For graphical output, it relies on the [cursive](https://github.com/gyscos/cursive) text user interface From b68fbaec3cd96ba03a14865e78747a5248c183df Mon Sep 17 00:00:00 2001 From: David Derler Date: Sat, 21 Mar 2026 20:37:26 +0100 Subject: [PATCH 2/2] . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3409ab5..c0d1c9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # CHIP-8 Emulator + This is an implementation of an emulator of a chip supporting the CHIP-8 [instruction set](https://en.wikipedia.org/wiki/CHIP-8). For graphical output, it relies on the [cursive](https://github.com/gyscos/cursive) text user interface