Revert "Cleanups"

This reverts commit a23565485f.
This commit is contained in:
libretroadmin 2024-11-19 00:30:18 +01:00
parent a23565485f
commit f9ae8fd28b
2 changed files with 2 additions and 2 deletions

View File

@ -3998,7 +3998,7 @@ static INLINE bool8 addCyclesInDMA (uint8 dma_channel)
return retval;
}
static uint8 dma_channels_to_be_used[8];
static uint8 dma_channels_to_be_used[8] = {0};
static bool8 special_chips_active = FALSE;

View File

@ -214,7 +214,7 @@ static INLINE uint16 COLOR_SUB (uint16 C1, uint16 C2)
}
static uint16 DirectColourMaps[8][256];
static uint16 BlackColourMap[256]};
static uint16 BlackColourMap[256] = {0};
static void S9xBuildDirectColourMaps (void)
{