From bbcb3e3b315c140d6716248c0620c74d64568b8b Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Tue, 10 Jan 2017 23:54:09 -0300 Subject: Update graphics modes --- src/hardware_data/graphics/ppu_rp2c03+mmc5.lua | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/hardware_data/graphics/ppu_rp2c03+mmc5.lua') diff --git a/src/hardware_data/graphics/ppu_rp2c03+mmc5.lua b/src/hardware_data/graphics/ppu_rp2c03+mmc5.lua index 4b9fa42..73de0df 100644 --- a/src/hardware_data/graphics/ppu_rp2c03+mmc5.lua +++ b/src/hardware_data/graphics/ppu_rp2c03+mmc5.lua @@ -98,9 +98,22 @@ return { tiles = 'screenSections', pixels = 'screenSections', }, - -- Total of unique tiles on VRAM -- + -- Total of tiles on VRAM -- unique = false, maximum = 16384, + mirror = { + switchable = true, + nametables = 4, + 'horizontal', + 'vertical', + '1 screen', + '4 screen', + 'diagonal', + 'l shaped', + '3 screen vertical', + '3 screen horizontal', + '3 screen diagonal', + }, screenSections = { main = { optional = false, -- cgit v1.2.3-54-g00ecf