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