From 1a74e6a1856673072a61abd0861759901bc2d939 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 10 Mar 2025 22:52:15 +0100 Subject: Bring code style to better standards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Be more careful on everything and try to follow along style.nes from my repository. This might change in the future, but it's in a much better state now. Signed-off-by: Miquel Sabaté Solà --- scroll/include/apu.s | 2 -- 1 file changed, 2 deletions(-) (limited to 'scroll/include') diff --git a/scroll/include/apu.s b/scroll/include/apu.s index 32ccff2..65d9876 100644 --- a/scroll/include/apu.s +++ b/scroll/include/apu.s @@ -1,5 +1,3 @@ -.segment "CODE" - .scope APU DMC = $4010 FRAME_COUNTER = $4017 -- cgit v1.2.3