summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c07.lua
diff options
context:
space:
mode:
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,
- },
- },
- },
},
},
},