From 3087897c5aa716579b1255ac8c65dc1438515822 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 13 Dec 2023 10:40:59 +0100 Subject: Implemented the first part of day 4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 93e462d..c3a2a88 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,10 @@ debugging support or at least some form of memory visualization. This is because some days have nothing to show for other than updating some values on the NES memory. A safe bet is to go with either [fceux](https://fceux.com/web/home.html) or [Mesen](https://github.com/SourMesen/Mesen2/), which provide tools like RAM -watchers or a full debugger. +watchers or a full debugger. Otherwise, you can run tests with `make test`, but +for now this requires a screen. Thus, we cannot run it on a CI, for now. This is +mainly used so to ensure that changes on shared code don't mess with the end +result from exercises. Notice also that I will use some terms without actually introducing them. That is, I expect you to go over the [NES Dev -- cgit v1.2.3