summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c0x.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-01-06 21:03:58 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-01-06 21:03:58 -0300
commit9281736e6204673b55780bafa500b75245053a24 (patch)
tree93d7cab2da2bcae1742cc9b6f85a8aa9f30c984c /src/hardware_data/graphics/ppu_rp2c0x.lua
parent16c41d780aa2df940082bbd2b28e78b22ad9cbaf (diff)
Update graphics modes (ppu_rp2c0x)
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c0x.lua')
-rw-r--r--src/hardware_data/graphics/ppu_rp2c0x.lua223
1 files changed, 0 insertions, 223 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c0x.lua b/src/hardware_data/graphics/ppu_rp2c0x.lua
deleted file mode 100644
index 5d75f47..0000000
--- a/src/hardware_data/graphics/ppu_rp2c0x.lua
+++ /dev/null
@@ -1,223 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 256,
- height = 224,
- refresh = 60.0988,
- origin = {
- x = 0,
- y = -8,
- },
- },
- pal = {
- width = 256,
- height = 240,
- refresh = 50.0070,
- origin = {
- x = 0,
- y = 0,
- },
- },
- ntscVS = {
- width = 256,
- height = 224,
- refresh = 60.0985,
- origin = {
- x = 0,
- y = -8,
- },
- },
- pixels = 73728,
- texels = 320,
- vertices = false,
- },
- colours = {
- total = 64,
- limit = 25,
- background = true,
- transparent = 'colourKey',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 64,
- onLine = 8,
- palettes = {
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = 'flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 8,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = {
- x = 32,
- y = 30,
- 960,
- },
- onScreen = {
- ntsc = {
- 255,
- },
- pal = {
- 272,
- },
- ntscVS = {
- 255,
- },
- },
- unique = 256,
- screenSections = {
- mirror = true,
- main = {
- optional = false,
- {
- startCut = {
- x = 0,
- y = 0,
- },
- endCut = {
- x = 0,
- y = 0,
- },
- palettes = {
- {
- total = 4,
- limit = 3,
- keys = 1,
- map = false,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- map = false,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- map = false,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- map = false,
- },
- },
- sizes = {
- {
- width = 16,
- height = 16,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- },
- },
- multiples = {
- optional = true,
- {
- startCut = {
- x = 'free',
- y = 'free',
- },
- endCut = {
- x = 'free',
- y = 'free',
- },
- palettes = {
- {
- total = 4,
- limit = 3,
- keys = 1,
- map = false,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- map = false,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- map = false,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- map = false,
- },
- },
- sizes = {
- {
- width = 16,
- height = 16,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- },
- },
- },
- },
- },
- },
-}