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.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/hardware_data/graphics/ppu_rp2c02.lua') 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, -- cgit v1.2.3-54-g00ecf