diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2017-01-12 17:40:00 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2017-01-12 17:40:00 -0300 |
commit | da432523d18d077760ae4a872e1f0d4a474f0e21 (patch) | |
tree | de62ff81e8f1d1c3d05e426c968b68e9b7e850bc /src/hardware_data | |
parent | 2ceb5527586c0e345f427ae0e702cc751ba313f0 (diff) |
Update graphics modes
Diffstat (limited to 'src/hardware_data')
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-cgb.lua | 1 | ||||
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-dmg.lua | 1 | ||||
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-sgb.lua | 1 | ||||
-rw-r--r-- | src/hardware_data/graphics/ppu_lr35902-sgb2.lua | 1 |
4 files changed, 4 insertions, 0 deletions
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 = { |