summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-01-12 17:50:32 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-01-12 17:50:32 -0300
commit6ff22b50b1ce61da3e8ee6c00d53dfba78e5b9c6 (patch)
treea9af2768321c7e868b053165cec57f74a39061d2
parentda432523d18d077760ae4a872e1f0d4a474f0e21 (diff)
Update graphics modes
-rw-r--r--src/hardware_data/graphics/ppu_lr35902-cgb.lua2
-rw-r--r--src/hardware_data/graphics/ppu_lr35902-dmg.lua2
-rw-r--r--src/hardware_data/graphics/ppu_lr35902-sgb.lua2
-rw-r--r--src/hardware_data/graphics/ppu_lr35902-sgb2.lua2
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',