summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c07.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-01-10 18:11:47 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-01-10 18:11:47 -0300
commitf838d14aff724eda35f3423ac7524ac9b1484c7a (patch)
tree02c062516b9572f1a55510acdfaef09338fe577a /src/hardware_data/graphics/ppu_rp2c07.lua
parent9281736e6204673b55780bafa500b75245053a24 (diff)
Update graphics modes
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c07.lua')
-rw-r--r--src/hardware_data/graphics/ppu_rp2c07.lua26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c07.lua b/src/hardware_data/graphics/ppu_rp2c07.lua
index e58fce5..4e0b6d3 100644
--- a/src/hardware_data/graphics/ppu_rp2c07.lua
+++ b/src/hardware_data/graphics/ppu_rp2c07.lua
@@ -133,32 +133,6 @@ return {
},
},
},
- overlay = {
- optional = true,
- moveSection = false,
- {
- startSection = {
- x = 'free',
- y = 'free',
- },
- endSection = {
- x = 'free',
- y = 'free',
- },
- size = {
- -- Tile size in pixels --
- width = 16,
- height = 16,
- },
- transform = {
- move = false,
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- },
- },
},
},
},