From e6ab22fc28c14d12578b7208f65e3de9b280e36f Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Mon, 4 Mar 2024 18:05:35 +0530 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 985ebd1..6158a2b 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,17 @@ Chip 8 emulator/interpreter. ### Status -- [ ] Memory -- [ ] Loading fonts -- [ ] Registers +- [X] Memory +- [ ] Loading font + - [X] Default font + - [ ] Custom font +- [X] Registers - [ ] Stack - [ ] Instruction Processing -- [ ] Display +- [X] Display - [ ] Keyboard ### More information on CHIP-8 - [Guide to making a CHIP-8 emulator - Tobias V. Langhoff](https://tobiasvl.github.io/blog/write-a-chip-8-emulator/#specifications) -- [Awesome CHIP-8](https://chip-8.github.io/links/) \ No newline at end of file +- [Awesome CHIP-8](https://chip-8.github.io/links/)