From c616dcee7ea2e8c10a50dd487df08af8501fd0dd Mon Sep 17 00:00:00 2001 From: Turingon Date: Wed, 14 Aug 2024 20:36:11 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6342514..f7e6879 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Here the motivation for why someone should write a GB emulator: ### Implementation tasks -- [ ] Read the basics and assembling the necessary literature and sources +- [x] Read the basics and assembling the necessary literature and sources - [ ] Write a disassembler (very similar to the Intel-8080 emulator) - [ ] Implement an interactive debugger (similar to the Intel-8080 emulator) - [ ] Implementing a Qt API and basic UI for both PCs and Android