summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/s-ppux_5c7x-0x_mode3.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-18 20:57:58 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-18 20:57:58 -0300
commit7907a2602420fa17cf27c50970151263a86ca771 (patch)
tree90b0c4f78a7437f485d9d44c1840866655d94265 /src/hardware_data/graphics/s-ppux_5c7x-0x_mode3.lua
parent29e052df9144fc9ad53587fda2ee1ca647959c40 (diff)
add ppu_rp2c0x.lua in gnu_and_bola_brawlers
Diffstat (limited to 'src/hardware_data/graphics/s-ppux_5c7x-0x_mode3.lua')
-rw-r--r--src/hardware_data/graphics/s-ppux_5c7x-0x_mode3.lua157
1 files changed, 157 insertions, 0 deletions
diff --git a/src/hardware_data/graphics/s-ppux_5c7x-0x_mode3.lua b/src/hardware_data/graphics/s-ppux_5c7x-0x_mode3.lua
new file mode 100644
index 0000000..568ee38
--- /dev/null
+++ b/src/hardware_data/graphics/s-ppux_5c7x-0x_mode3.lua
@@ -0,0 +1,157 @@
+return {
+ screen = {
+ ntsc = {
+ width = 256,
+ height = 224,
+ fps = 29.97,
+ origin = {
+ x = 0,
+ y = 0,
+ },
+ },
+ pal = {
+ width = 256,
+ height = 240,
+ fps = 25,
+ origin = {
+ x = 0,
+ y = 0,
+ },
+ },
+ },
+ colours = {
+ total = '15bpp',
+ limit = 256,
+ background = true,
+ transparent = 'averaging',
+ },
+ meshes = false,
+ shaders = {
+ api = false,
+ version = false,
+ fragment = false,
+ vectex = false,
+ geometry = false,
+ tessellation = false,
+ },
+ physic = false,
+ sprites = {
+ onScreen = 128,
+ onLine = 34,
+ palettes = {
+ specify = true,
+ {
+ total = '15bpp',
+ limit = 15,
+ keys = 1,
+ },
+ },
+ transform = {
+ move = true,
+ rotate = false,
+ scale = false,
+ shear = false,
+ affine = false,
+ },
+ sizes = {
+ {
+ width = 8,
+ height = 8,
+ },
+ {
+ width = 16,
+ height = 16,
+ },
+ {
+ width = 32,
+ height = 32,
+ },
+ {
+ width = 64,
+ height = 64,
+ },
+ },
+ },
+ tiles = {
+ layers = {
+ {
+ independent = false,
+ palettes = {
+ specify = '443ppp',
+ {
+ total = '15bpp',
+ limit = 255,
+ keys = 1,
+ },
+ },
+ mirror = true,
+ transform = {
+ individual = true,
+ move = true,
+ rotate = false,
+ scale = false,
+ shear = false,
+ affine = false,
+ },
+ sizes = {
+ {
+ width = 32,
+ height = 32,
+ },
+ {
+ width = 64,
+ height = 64,
+ },
+ {
+ width = 64,
+ height = 32,
+ },
+ {
+ width = 32,
+ height = 64,
+ },
+ },
+ map = false,
+ },
+ {
+ independent = false,
+ palettes = {
+ specify = false,
+ {
+ total = '15bpp',
+ limit = 15,
+ keys = 1,
+ },
+ },
+ mirror = true,
+ transform = {
+ individual = false,
+ move = true,
+ rotate = false,
+ scale = false,
+ shear = false,
+ affine = false,
+ },
+ sizes = {
+ {
+ width = 32,
+ height = 32,
+ },
+ {
+ width = 64,
+ height = 64,
+ },
+ {
+ width = 64,
+ height = 32,
+ },
+ {
+ width = 32,
+ height = 64,
+ },
+ },
+ map = false,
+ },
+ },
+ },
+}