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:
@@ -5,7 +5,7 @@
|
||||
namespace yaze
|
||||
{
|
||||
|
||||
!YAZE_CUSTOM_MOSAIC = 1
|
||||
!YAZE_CUSTOM_MOSAIC = 0
|
||||
|
||||
|
||||
if !YAZE_CUSTOM_MOSAIC != 0
|
||||
|
||||
Reference in New Issue
Block a user