From da432523d18d077760ae4a872e1f0d4a474f0e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Thu, 12 Jan 2017 17:40:00 -0300 Subject: Update graphics modes --- src/hardware_data/graphics/ppu_lr35902-cgb.lua | 1 + src/hardware_data/graphics/ppu_lr35902-dmg.lua | 1 + src/hardware_data/graphics/ppu_lr35902-sgb.lua | 1 + src/hardware_data/graphics/ppu_lr35902-sgb2.lua | 1 + 4 files changed, 4 insertions(+) diff --git a/src/hardware_data/graphics/ppu_lr35902-cgb.lua b/src/hardware_data/graphics/ppu_lr35902-cgb.lua index 9920af6..162e3a1 100644 --- a/src/hardware_data/graphics/ppu_lr35902-cgb.lua +++ b/src/hardware_data/graphics/ppu_lr35902-cgb.lua @@ -116,6 +116,7 @@ return { switchable = false, nametables = 1, '1 screen with free tiles', + 'l shaped with 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 935bea1..68a277d 100644 --- a/src/hardware_data/graphics/ppu_lr35902-dmg.lua +++ b/src/hardware_data/graphics/ppu_lr35902-dmg.lua @@ -116,6 +116,7 @@ return { switchable = false, nametables = 1, '1 screen with free tiles', + 'l shaped with 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 13bb635..bb51be9 100644 --- a/src/hardware_data/graphics/ppu_lr35902-sgb.lua +++ b/src/hardware_data/graphics/ppu_lr35902-sgb.lua @@ -116,6 +116,7 @@ return { switchable = false, nametables = 1, '1 screen with free tiles', + 'l shaped with 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 d529f7a..6052ebc 100644 --- a/src/hardware_data/graphics/ppu_lr35902-sgb2.lua +++ b/src/hardware_data/graphics/ppu_lr35902-sgb2.lua @@ -116,6 +116,7 @@ return { switchable = false, nametables = 1, '1 screen with free tiles', + 'l shaped with free tiles', }, screenSections = { main = { -- cgit v1.2.3