summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c02+mmc5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c02+mmc5.lua')
-rw-r--r--src/hardware_data/graphics/ppu_rp2c02+mmc5.lua7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c02+mmc5.lua b/src/hardware_data/graphics/ppu_rp2c02+mmc5.lua
index 287caab..781fe90 100644
--- a/src/hardware_data/graphics/ppu_rp2c02+mmc5.lua
+++ b/src/hardware_data/graphics/ppu_rp2c02+mmc5.lua
@@ -46,9 +46,10 @@ return {
physic = false,
sprites = {
-- Limit sprites on screen --
- onScreen = 256,
+ onScreen = 64,
-- 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,