From 6ff22b50b1ce61da3e8ee6c00d53dfba78e5b9c6 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 12 Jan 2017 17:50:32 -0300 Subject: Update graphics modes --- src/hardware_data/graphics/ppu_lr35902-cgb.lua | 2 +- src/hardware_data/graphics/ppu_lr35902-dmg.lua | 2 +- src/hardware_data/graphics/ppu_lr35902-sgb.lua | 2 +- 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', -- cgit v1.2.3-54-g00ecf