summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c07.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_rp2c07.lua
parent4877509bbc81c398eb2ef2d699f51f374315809e (diff)
Update graphics modes
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c07.lua')
-rw-r--r--src/hardware_data/graphics/ppu_rp2c07.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c07.lua b/src/hardware_data/graphics/ppu_rp2c07.lua
index 79b7ebd..d4d610a 100644
--- a/src/hardware_data/graphics/ppu_rp2c07.lua
+++ b/src/hardware_data/graphics/ppu_rp2c07.lua
@@ -103,9 +103,15 @@ return {
tiles = 'screenSections',
pixels = 'screenSections',
},
- -- Total of unique tiles on VRAM --
+ -- Total of tiles on VRAM --
unique = false,
maximum = 256,
+ mirror = {
+ switchable = false,
+ nametables = 4,
+ 'horizontal',
+ 'vertical',
+ },
screenSections = {
main = {
optional = false,