From 0bc97c99c644955096b3e13a2a7df6b281314e25 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 20 Dec 2024 21:58:26 +0100 Subject: Add support for UxROM chips MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have also added an end-to-end test for it. Signed-off-by: Miquel Sabaté Solà --- scripts/test-e2e.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/test-e2e.sh') diff --git a/scripts/test-e2e.sh b/scripts/test-e2e.sh index 32bd76f..89e787c 100755 --- a/scripts/test-e2e.sh +++ b/scripts/test-e2e.sh @@ -9,3 +9,6 @@ cargo build ./target/debug/nasm -c nrom -Werror -o tests/out/sprite.nes tests/src/sprite.s diff tests/out/sprite.nes tests/bin/sprite.nes + +./target/debug/nasm -c unrom -o tests/out/chr-ram.nes tests/src/chr-ram.s +diff tests/out/chr-ram.nes tests/bin/chr-ram.nes -- cgit v1.2.3