diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2017-01-12 18:30:18 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2017-01-12 18:30:18 -0300 |
commit | 3e41620127d55875f80413d319b52c15b7c3bcec (patch) | |
tree | 291ebf0ecbc33e7cd44cc624a4c9271c43f6a790 | |
parent | 218b10c55f756ee333b7becf068dedf4f37c181f (diff) |
Update graphics modes
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-cgb.lua | 4 | ||||
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-dmg.lua | 4 | ||||
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-sgb.lua | 4 | ||||
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-sgb2.lua | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/hardware_data/graphics/ppu_lr35902-cgb.lua b/src/hardware_data/graphics/ppu_lr35902-cgb.lua index 56381c9..613da4f 100644 --- a/src/hardware_data/graphics/ppu_lr35902-cgb.lua +++ b/src/hardware_data/graphics/ppu_lr35902-cgb.lua @@ -113,9 +113,9 @@ return { }, maximum = 1024, mirror = { - switchable = true, + switchable = false, nametables = 1, - '1 screen with free tiles', + 'free tiles', }, screenSections = { main = { diff --git a/src/hardware_data/graphics/ppu_lr35902-dmg.lua b/src/hardware_data/graphics/ppu_lr35902-dmg.lua index 483d76d..2323244 100644 --- a/src/hardware_data/graphics/ppu_lr35902-dmg.lua +++ b/src/hardware_data/graphics/ppu_lr35902-dmg.lua @@ -113,9 +113,9 @@ return { }, maximum = false, mirror = { - switchable = true, + switchable = false, nametables = 1, - '1 screen with free tiles', + 'free tiles', }, screenSections = { main = { diff --git a/src/hardware_data/graphics/ppu_lr35902-sgb.lua b/src/hardware_data/graphics/ppu_lr35902-sgb.lua index 2417e98..0fb1506 100644 --- a/src/hardware_data/graphics/ppu_lr35902-sgb.lua +++ b/src/hardware_data/graphics/ppu_lr35902-sgb.lua @@ -113,9 +113,9 @@ return { }, maximum = 1024, mirror = { - switchable = true, + switchable = false, nametables = 1, - '1 screen with free tiles', + 'free tiles', }, screenSections = { main = { diff --git a/src/hardware_data/graphics/ppu_lr35902-sgb2.lua b/src/hardware_data/graphics/ppu_lr35902-sgb2.lua index 4df03c9..627af9f 100644 --- a/src/hardware_data/graphics/ppu_lr35902-sgb2.lua +++ b/src/hardware_data/graphics/ppu_lr35902-sgb2.lua @@ -113,9 +113,9 @@ return { }, maximum = 1024, mirror = { - switchable = true, + switchable = false, nametables = 1, - '1 screen with free tiles', + 'free tiles', }, screenSections = { main = { |