From 591c047d59da7415234bb60b6cf651d54dbe7d9a Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 12 Jan 2017 16:45:33 -0300 Subject: Update graphics modes --- src/hardware_data/graphics/ppu_rp2c02+vrc6.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/hardware_data/graphics/ppu_rp2c02+vrc6.lua') diff --git a/src/hardware_data/graphics/ppu_rp2c02+vrc6.lua b/src/hardware_data/graphics/ppu_rp2c02+vrc6.lua index 9a0b0fb..30bb591 100644 --- a/src/hardware_data/graphics/ppu_rp2c02+vrc6.lua +++ b/src/hardware_data/graphics/ppu_rp2c02+vrc6.lua @@ -55,6 +55,7 @@ return { onScreen = 64, -- Limit sprites on line (scanline) without flickering -- onLine = 8, + unique = 'tiles', transform = { move = true, rotate = false, @@ -106,7 +107,9 @@ return { pixels = 'screenSections', }, -- Total of tiles on VRAM -- - unique = false, + unique = { + total = 512, + }, maximum = 256, mirror = { switchable = true, -- cgit v1.2.3-54-g00ecf