summaryrefslogtreecommitdiff
path: root/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua')
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua191
1 files changed, 0 insertions, 191 deletions
diff --git a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua b/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua
deleted file mode 100644
index 8427dce..0000000
--- a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua
+++ /dev/null
@@ -1,191 +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 = 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,
- },
- },
- },
-}