summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c03.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c03.lua')
-rw-r--r--src/hardware_data/graphics/ppu_rp2c03.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c03.lua b/src/hardware_data/graphics/ppu_rp2c03.lua
index 2b534b7..9bbf23d 100644
--- a/src/hardware_data/graphics/ppu_rp2c03.lua
+++ b/src/hardware_data/graphics/ppu_rp2c03.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,