From 7907a2602420fa17cf27c50970151263a86ca771 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sun, 18 Dec 2016 20:57:58 -0300 Subject: add ppu_rp2c0x.lua in gnu_and_bola_brawlers --- .../graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua | 191 +++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 src/hardware_data/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua (limited to 'src/hardware_data/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua') diff --git a/src/hardware_data/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua b/src/hardware_data/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua new file mode 100644 index 0000000..8427dce --- /dev/null +++ b/src/hardware_data/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua @@ -0,0 +1,191 @@ +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 = true, + shaders = { + api = false, + version = false, + fragment = false, + vectex = false, + geometry = false, + tessellation = false, + }, + physic = false, + sprites = { + onScreen = 128, + onLine = 34, + palettes = { + specify = true, + free = { + colours = 3, + keys = 1, + }, + transform = { + move = true, + rotate = true, + scale = true, + shear = true, + affine = true, + }, + sizes = { + { + width = 8, + height = 8, + }, + { + width = 16, + height = 16, + }, + { + width = 32, + height = 32, + }, + { + width = 64, + height = 64, + }, + }, + }, + tiles = { + layers = { + { + independent = false, + palettes = { + specify = false, + free = { + colours = 15, + keys = 1, + }, + }, + mirror = true, + transform = { + individual = false, + move = true, + rotate = true, + scale = true, + shear = true, + affine = true, + }, + sizes = { + { + width = 32, + height = 32, + }, + { + width = 64, + height = 64, + }, + { + width = 64, + height = 32, + }, + { + width = 32, + height = 64, + }, + }, + map = false, + }, + { + independent = false, + palettes = { + specify = false, + free = { + colours = 15, + keys = 1, + }, + }, + mirror = true, + transform = { + individual = false, + move = true, + rotate = true, + scale = true, + shear = true, + affine = true, + }, + sizes = { + { + width = 32, + height = 32, + }, + { + width = 64, + height = 64, + }, + { + width = 64, + height = 32, + }, + { + width = 32, + height = 64, + }, + }, + map = false, + }, + { + independent = false, + palettes = { + specify = false, + free = { + colours = 3, + keys = 1, + }, + }, + mirror = true, + transform = { + individual = true, + move = true, + rotate = true, + scale = true, + shear = true, + affine = true, + }, + sizes = { + { + width = 32, + height = 32, + }, + { + width = 64, + height = 64, + }, + { + width = 64, + height = 32, + }, + { + width = 32, + height = 64, + }, + }, + map = false, + }, + }, + }, +} -- cgit v1.2.3-54-g00ecf