From 3c8773bf8ea8a17550f50f17eb211ae1a561bfb6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 25 Dec 2024 22:02:33 +0100 Subject: Rename to tools.nes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's continue with the good ol' tradition of being terrible at naming things. I have also renamed another project which was referenced here, so update all references as well. Signed-off-by: Miquel Sabaté Solà --- tests/src/chr-ram.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/src/chr-ram.s') diff --git a/tests/src/chr-ram.s b/tests/src/chr-ram.s index 828217f..401588d 100644 --- a/tests/src/chr-ram.s +++ b/tests/src/chr-ram.s @@ -1,5 +1,5 @@ -;;; From https://github.com/mssola/NES which will be open sourced soon (pinky -;;; promess!). +;;; From https://github.com/mssola/code.nes which will be open sourced soon +;;; (pinky promess!). .segment "HEADER" .byte 'N', 'E', 'S', $1A -- cgit v1.2.3