From 38cf62ca17269f8849b1afaf0dd7657aad9e1b52 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Tue, 30 Jan 2024 19:57:54 -0600 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef07fcd..207e674 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A Chip-8 emulator (interpreter) written in SystemVerilog with I/O simulated with C++ also depends on SDL2. +Note: Code quality is bad at the moment because I just wanted to get graphics working and didn't pay much attention to it. I will fix tomorrow. + ### Building & Testing In order to run yayacemu, you must have sdl2, verilator, and make installed. @@ -34,7 +36,7 @@ yayacemu [PATH_TO_YOUR_ROM] - [ ] Working Input - [ ] More Instructions - [ ] Tetris Working Running -- [ ] Pass Quirks Test (DispQuirk is a bit touchy) +- [ ] Pass Quirks Test - [ ] Add beeper (instead of sound, screen becomes red) - [ ] Code cleanup - [ ] All Instructions