feat: Add SNES Hardware Registers and DMA Structures

- Introduced a new assembly file for SNES hardware registers, defining key memory addresses and structures for the PPU and DMA channels.
- Included detailed comments and references for better understanding and usage of the hardware registers.
- Updated the yaze.asm file to disable custom mosaic settings, ensuring compatibility with the new hardware register definitions.
This commit is contained in:
scawful
2025-10-05 20:42:15 -04:00
parent de4af9c4e4
commit f2c773dfea
2 changed files with 275 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
namespace yaze
{
!YAZE_CUSTOM_MOSAIC = 1
!YAZE_CUSTOM_MOSAIC = 0
if !YAZE_CUSTOM_MOSAIC != 0