diff options
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-cgb.lua | 2 | ||||
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-dmg.lua | 2 | ||||
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-sgb.lua | 2 | ||||
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-sgb2.lua | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/hardware_data/graphics/ppu_lr35902-cgb.lua b/src/hardware_data/graphics/ppu_lr35902-cgb.lua index 162e3a1..8d3809c 100644 --- a/src/hardware_data/graphics/ppu_lr35902-cgb.lua +++ b/src/hardware_data/graphics/ppu_lr35902-cgb.lua @@ -113,7 +113,7 @@ return { }, maximum = 1024, mirror = { - switchable = false, + switchable = true, nametables = 1, '1 screen with free tiles', 'l shaped with free tiles', diff --git a/src/hardware_data/graphics/ppu_lr35902-dmg.lua b/src/hardware_data/graphics/ppu_lr35902-dmg.lua index 68a277d..5b1130a 100644 --- a/src/hardware_data/graphics/ppu_lr35902-dmg.lua +++ b/src/hardware_data/graphics/ppu_lr35902-dmg.lua @@ -113,7 +113,7 @@ return { }, maximum = false, mirror = { - switchable = false, + switchable = true, nametables = 1, '1 screen with free tiles', 'l shaped with free tiles', diff --git a/src/hardware_data/graphics/ppu_lr35902-sgb.lua b/src/hardware_data/graphics/ppu_lr35902-sgb.lua index bb51be9..4aaad43 100644 --- a/src/hardware_data/graphics/ppu_lr35902-sgb.lua +++ b/src/hardware_data/graphics/ppu_lr35902-sgb.lua @@ -113,7 +113,7 @@ return { }, maximum = 1024, mirror = { - switchable = false, + switchable = true, nametables = 1, '1 screen with free tiles', 'l shaped with free tiles', diff --git a/src/hardware_data/graphics/ppu_lr35902-sgb2.lua b/src/hardware_data/graphics/ppu_lr35902-sgb2.lua index 6052ebc..5f5242f 100644 --- a/src/hardware_data/graphics/ppu_lr35902-sgb2.lua +++ b/src/hardware_data/graphics/ppu_lr35902-sgb2.lua @@ -113,7 +113,7 @@ return { }, maximum = 1024, mirror = { - switchable = false, + switchable = true, nametables = 1, '1 screen with free tiles', 'l shaped with free tiles', |