summaryrefslogtreecommitdiff
path: root/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-16 22:48:18 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-16 22:48:18 -0300
commit605f21bfbf067d0e8a9a3f12d2d393fa04165c3f (patch)
tree791ed5782f7b2bdd3646036972b60ecdcef2c33b /src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
parent9ab4925c4600606b1c4ad429929cf85f3f7e7bc3 (diff)
Update graphics modes
Diffstat (limited to 'src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua')
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua184
1 files changed, 110 insertions, 74 deletions
diff --git a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua b/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
index 1e33e87..cadaf00 100644
--- a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
+++ b/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
@@ -1,6 +1,6 @@
return {
- screen = {
- default = {
+ screen = {
+ ntsc = {
width = 256,
height = 224,
fps = 29.97,
@@ -9,7 +9,7 @@ return {
y = 0,
},
},
- pal = {
+ pal = {
width = 256,
height = 240,
fps = 25,
@@ -19,100 +19,136 @@ return {
},
},
},
- colors = {
- '15bpp',
- limit = '8bpp',
+ colours = {
+ total = '15bpp',
+ limit = 256,
+ background = true,
transparent = 'averaging',
},
- mesh = false,
- api = false,
- shader = {
- false,
- fragment = false,
+ meshes = false,
+ shaders = {
+ api = false,
+ version = false,
+ fragment = false,
+ vectex = false,
+ geometry = false,
+ tessellation = false,
},
- physic = false,
- sprite = {
- true,
- colors = '4bpp',
- limits = {
- true,
- screen = 128,
- line = 34,
+ physic = false,
+ sprites = {
+ onScreen = 128,
+ onLine = 34,
+ palettes = {
+ specify = true,
+ free = {
+ colours = 3,
+ keys = 1,
+ },
+ transform = {
+ move = true,
+ rotate = false,
+ scale = false,
+ shear = false,
+ affine = false,
},
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- size = {
- small = {
+ sizes = {
+ {
width = 8,
height = 8,
},
- default = {
+ {
width = 16,
height = 16,
},
- big = {
+ {
width = 32,
height = 32,
},
- huge = {
+ {
width = 64,
height = 64,
},
},
},
- tile = {
- layers = 1,
- plane = {
- colors = '8bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = true,
- mirror = false,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 128,
- height = 128,
+ tiles = {
+ layers = {
+ plane = {
+ independent = true,
+ palettes = {
+ specify = 'false',
+ free = {
+ colours = 255,
+ keys = 1,
+ },
+ },
+ mirror = false,
+ transform = {
+ individual = false,
+ move = true,
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ },
+ sizes = {
+ {
+ width = 128,
+ height = 128,
+ },
},
+ map = false,
},
- },
- a = {
- colors = '7bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = 'plane',
- mirror = 'b',
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 128,
- height = 128,
+ a = {
+ independent = 'plane',
+ palettes = {
+ specify = 'false',
+ free = {
+ colours = 127,
+ keys = 1,
+ },
+ },
+ mirror = 'b',
+ transform = {
+ individual = false,
+ move = true,
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
},
+ sizes = {
+ {
+ width = 128,
+ height = 128,
+ },
+ },
+ map = false,
},
- },
- b = {
- colors = '7bpp',
- specifyColors = false,
- moveIndividual = false,
- independent = 'plane',
- mirror = 'a',
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- size = {
- default = {
- width = 128,
- height = 128,
+ b = {
+ independent = 'plane',
+ palettes = {
+ specify = 'false',
+ free = {
+ colours = 127,
+ keys = 1,
+ },
+ },
+ mirror = 'a',
+ transform = {
+ individual = false,
+ move = true,
+ rotate = true,
+ scale = true,
+ shear = true,
+ affine = true,
+ },
+ sizes = {
+ {
+ width = 128,
+ height = 128,
+ },
},
+ map = false,
},
},
},