From df80ac54069e918bf3d978f504fbb96abcdb0af4 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Mon, 4 Mar 2024 21:07:25 +0530 Subject: [PATCH] [doc] Update Progress --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6158a2b..f8f4319 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,20 @@ Chip 8 emulator/interpreter. ### Status - [X] Memory -- [ ] Loading font +- [X] Timer +- [X] Loading font - [X] Default font - - [ ] Custom font + - [ ] ~~Custom font~~ Future - [X] Registers -- [ ] Stack -- [ ] Instruction Processing +- [X] Stack - [X] Display +- [ ] Instruction Processing + - [X] Bare requirements for IBM Logo + - [ ] ALU operations + - [ ] Procedure related + - [ ] Timer + - [ ] Super chip8 compatibility. +- [ ] Audio - [ ] Keyboard ### More information on CHIP-8