summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c03+mmc2.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-01-10 23:54:09 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-01-10 23:54:09 -0300
commitbbcb3e3b315c140d6716248c0620c74d64568b8b (patch)
tree6782fc297e2df76e5afae4849162c72c5145f61a /src/hardware_data/graphics/ppu_rp2c03+mmc2.lua
parent4877509bbc81c398eb2ef2d699f51f374315809e (diff)
Update graphics modes
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c03+mmc2.lua')
-rw-r--r--src/hardware_data/graphics/ppu_rp2c03+mmc2.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c03+mmc2.lua b/src/hardware_data/graphics/ppu_rp2c03+mmc2.lua
index d7e14c2..ca01dcd 100644
--- a/src/hardware_data/graphics/ppu_rp2c03+mmc2.lua
+++ b/src/hardware_data/graphics/ppu_rp2c03+mmc2.lua
@@ -104,9 +104,15 @@ return {
tiles = 'screenSections',
pixels = 'screenSections',
},
- -- Total of unique tiles on VRAM --
+ -- Total of tiles on VRAM --
unique = false,
maximum = 512,
+ mirror = {
+ switchable = true,
+ nametables = 4,
+ 'horizontal',
+ 'vertical',
+ },
screenSections = {
main = {
optional = false,