summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c03+mmc5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c03+mmc5.lua')
-rw-r--r--src/hardware_data/graphics/ppu_rp2c03+mmc5.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c03+mmc5.lua b/src/hardware_data/graphics/ppu_rp2c03+mmc5.lua
index e5646b2..c28079d 100644
--- a/src/hardware_data/graphics/ppu_rp2c03+mmc5.lua
+++ b/src/hardware_data/graphics/ppu_rp2c03+mmc5.lua
@@ -49,6 +49,7 @@ return {
onScreen = 256,
-- Limit sprites on line (scanline) without flickering --
onLine = 8,
+ unique = 256,
transform = {
move = true,
rotate = false,
@@ -100,7 +101,9 @@ return {
pixels = 'screenSections',
},
-- Total of tiles on VRAM --
- unique = false,
+ unique = {
+ total = 512,
+ },
maximum = 16384,
mirror = {
switchable = true,