diff options
Diffstat (limited to 'src/hardware_data')
-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 = { |