From f838d14aff724eda35f3423ac7524ac9b1484c7a Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Tue, 10 Jan 2017 18:11:47 -0300 Subject: Update graphics modes --- src/hardware_data/graphics/ppu_rp2c02.lua | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/hardware_data/graphics/ppu_rp2c02.lua') diff --git a/src/hardware_data/graphics/ppu_rp2c02.lua b/src/hardware_data/graphics/ppu_rp2c02.lua index a8ca070..ea3c893 100644 --- a/src/hardware_data/graphics/ppu_rp2c02.lua +++ b/src/hardware_data/graphics/ppu_rp2c02.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, - }, - }, - }, }, }, }, -- cgit v1.2.3-54-g00ecf