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-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/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
parent29e052df9144fc9ad53587fda2ee1ca647959c40 (diff)
add ppu_rp2c0x.lua in gnu_and_bola_brawlers
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.lua160
1 files changed, 0 insertions, 160 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
deleted file mode 100644
index 96ba6f3..0000000
--- a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua
+++ /dev/null
@@ -1,160 +0,0 @@
-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 = {
- plane = {
- independent = true,
- palettes = {
- specify = false,
- {
- total = '15bpp',
- limit = 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 = {
- independent = 'plane',
- palettes = {
- specify = false,
- {
- total = '15bpp',
- limit = 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 = {
- independent = 'plane',
- palettes = {
- specify = false,
- {
- total = '15bpp',
- limit = 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,
- },
- },
- },
-}