From 4c8ed456d990ee99884e9dcd245f665ccb894b50 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 19 Mar 2025 17:28:36 +0100 Subject: Disable the PPU between the title to main screens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit During other transitions like game over and such it might also be needed to have something similar, but for now this should cut it. Signed-off-by: Miquel Sabaté Solà --- include/ppu.s | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ppu.s') diff --git a/include/ppu.s b/include/ppu.s index dd24422..a9c0ed2 100644 --- a/include/ppu.s +++ b/include/ppu.s @@ -9,4 +9,8 @@ ;; Shadow for the PPU::CONTROL value. Touch this value instead of accessing ;; the PPU register directly. zp_control = $80 + + ;; Shadow for the PPU::MASK value. Touch this value instead of accessing the + ;; PPU register directly. + zp_mask = $81 .endscope -- cgit v1.2.3