summaryrefslogtreecommitdiff
path: root/src/hardware_data/scripts/load/graphics
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
parent29e052df9144fc9ad53587fda2ee1ca647959c40 (diff)
add ppu_rp2c0x.lua in gnu_and_bola_brawlers
Diffstat (limited to 'src/hardware_data/scripts/load/graphics')
-rw-r--r--src/hardware_data/scripts/load/graphics/mali400.lua162
-rw-r--r--src/hardware_data/scripts/load/graphics/ppu_cgb.lua171
-rw-r--r--src/hardware_data/scripts/load/graphics/ppu_gb.lua106
-rw-r--r--src/hardware_data/scripts/load/graphics/ppu_rp2c0x.lua143
-rw-r--r--src/hardware_data/scripts/load/graphics/ppu_sgb.lua106
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua191
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua191
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua235
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua196
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua157
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua157
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua157
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua157
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua118
-rw-r--r--src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua160
-rw-r--r--src/hardware_data/scripts/load/graphics/tms9918a_mode0.lua69
-rw-r--r--src/hardware_data/scripts/load/graphics/tms9918a_mode1.lua97
-rw-r--r--src/hardware_data/scripts/load/graphics/tms9918a_mode2.lua100
-rw-r--r--src/hardware_data/scripts/load/graphics/tms9918a_mode20.lua72
-rw-r--r--src/hardware_data/scripts/load/graphics/tms9918a_mode21.lua100
-rw-r--r--src/hardware_data/scripts/load/graphics/tms9918a_mode3.lua92
-rw-r--r--src/hardware_data/scripts/load/graphics/vdp_gg_mode4.lua101
-rw-r--r--src/hardware_data/scripts/load/graphics/vdp_upd9004g-224_mode4.lua101
-rw-r--r--src/hardware_data/scripts/load/graphics/vdp_upd9004g-240_mode4.lua101
-rw-r--r--src/hardware_data/scripts/load/graphics/vdp_ym2602_mode4.lua101
-rw-r--r--src/hardware_data/scripts/load/graphics/vdp_ym7101+sh2_mode5.lua172
-rw-r--r--src/hardware_data/scripts/load/graphics/vdp_ym7101+vp_mode5.lua172
-rw-r--r--src/hardware_data/scripts/load/graphics/vdp_ym7101_mode5.lua172
28 files changed, 0 insertions, 3857 deletions
diff --git a/src/hardware_data/scripts/load/graphics/mali400.lua b/src/hardware_data/scripts/load/graphics/mali400.lua
deleted file mode 100644
index ad190d3..0000000
--- a/src/hardware_data/scripts/load/graphics/mali400.lua
+++ /dev/null
@@ -1,162 +0,0 @@
-return {
- screen = {
- fhd = {
- width = 1920,
- height = 1080,
- fps = 30,
- origin = {
- x = 0,
- y = 0,
- },
- },
- uhd4k = {
- width = 3840,
- height = 2160,
- fps = 30,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '32bpp',
- limit = false,
- background = true,
- transparent = 'colourKey,alpha',
- },
- meshes = true,
- shaders = {
- api = 'glsl_es',
- version = '1.0.17',
- fragment = true,
- vectex = true,
- geometry = false,
- tessellation = false,
- },
- physic = true,
- sprites = {
- onScreen = false,
- onLine = false,
- palettes = {
- specify = true,
- {
- total = '24bpp',
- limit = 255,
- keys = 1,
- },
- {
- total = '32bpp',
- limit = 256,
- keys = 'alpha',
- },
- {
- total = '24bpp',
- limit = '24bpp-1',
- keys = 1,
- },
- {
- total = '32bpp',
- limit = '24bpp',
- keys = 'alpha',
- },
- {
- total = '48bpp',
- limit = '48bpp-1',
- keys = 1,
- },
- {
- total = '64bpp',
- limit = '48bpp',
- keys = 'alpha',
- },
- },
- transform = {
- move = true,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- },
- sizes = {
- {
- width = 'free',
- height = 'free',
- },
- },
- },
- tiles = {
- layers = {
- free = {
- total = 8294400,
- limit = false,
- unique = true,
- independent = true,
- palettes = {
- specify = true,
- {
- total = '24bpp',
- limit = 256,
- keys = false,
- },
- {
- total = '24bpp',
- limit = 255,
- keys = 1,
- },
- {
- total = '32bpp',
- limit = 256,
- keys = 'alpha',
- },
- {
- total = '24bpp',
- limit = false,
- keys = false,
- },
- {
- total = '24bpp',
- limit = '24bpp-1',
- keys = 1,
- },
- {
- total = '32bpp',
- limit = '24bpp',
- keys = 'alpha',
- },
- {
- total = '48bpp',
- limit = false,
- keys = false,
- },
- {
- total = '48bpp',
- limit = '48bpp-1',
- keys = 1,
- },
- {
- total = '64bpp',
- limit = '48bpp',
- keys = 'alpha',
- },
- },
- mirror = true,
- transform = {
- individual = true,
- move = true,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- },
- sizes = {
- {
- width = 'free',
- height = 'free',
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/ppu_cgb.lua b/src/hardware_data/scripts/load/graphics/ppu_cgb.lua
deleted file mode 100644
index 6ca179e..0000000
--- a/src/hardware_data/scripts/load/graphics/ppu_cgb.lua
+++ /dev/null
@@ -1,171 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 160,
- height = 144,
- fps = 29.97,
- origin = {
- x = 0,
- y = -8,
- },
- },
- pal = {
- width = 160,
- height = 144,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '15bpp',
- limit = 49,
- background = true,
- transparent = 'colourKey',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 40,
- onLine = 10,
- palettes = {
- specify = true,
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = 'flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 8,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 399,
- limit = 384,
- unique = true,
- independent = false,
- palettes = {
- specify = true,
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- },
- mirror = true,
- transform = {
- individual = true,
- move = true,
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/ppu_gb.lua b/src/hardware_data/scripts/load/graphics/ppu_gb.lua
deleted file mode 100644
index c07da7e..0000000
--- a/src/hardware_data/scripts/load/graphics/ppu_gb.lua
+++ /dev/null
@@ -1,106 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 160,
- height = 144,
- fps = 29.97,
- origin = {
- x = 0,
- y = -8,
- },
- },
- pal = {
- width = 160,
- height = 144,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = 4,
- limit = false,
- background = true,
- transparent = 'colourKey',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 40,
- onLine = 10,
- palettes = {
- specify = true,
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = 'flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 8,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 399,
- limit = 192,
- unique = true,
- independent = false,
- palettes = {
- specify = true,
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- },
- mirror = true,
- transform = {
- individual = true,
- move = true,
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/ppu_rp2c0x.lua b/src/hardware_data/scripts/load/graphics/ppu_rp2c0x.lua
deleted file mode 100644
index a2c1c5f..0000000
--- a/src/hardware_data/scripts/load/graphics/ppu_rp2c0x.lua
+++ /dev/null
@@ -1,143 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 256,
- height = 224,
- refresh = 60.0988,
- origin = {
- x = 0,
- y = -8,
- },
- },
- pal = {
- width = 256,
- height = 240,
- refresh = 50.0070,
- origin = {
- x = 0,
- y = 0,
- },
- },
- ntsc-vs = {
- width = 256,
- height = 224,
- refresh = 60.0985,
- origin = {
- x = 0,
- y = -8,
- },
- },
- pxps = '72Ki',
- txps = 320,
- plps = false,
- },
- colours = {
- total = 64,
- limit = 25,
- background = true,
- transparent = 'colourKey',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 64,
- onLine = 8,
- palettes = {
- specify = true,
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = 'flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 8,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 272,
- limit = 256,
- unique = true,
- independent = false,
- palettes = {
- specify = true,
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- },
- mirror = true,
- transform = {
- individual = true,
- move = true,
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 16,
- height = 16,
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/ppu_sgb.lua b/src/hardware_data/scripts/load/graphics/ppu_sgb.lua
deleted file mode 100644
index 3ebb904..0000000
--- a/src/hardware_data/scripts/load/graphics/ppu_sgb.lua
+++ /dev/null
@@ -1,106 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 160,
- height = 144,
- fps = 29.97,
- origin = {
- x = 0,
- y = -8,
- },
- },
- pal = {
- width = 160,
- height = 144,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '15bpp',
- limit = 10,
- background = true,
- transparent = 'colourKey',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 40,
- onLine = 10,
- palettes = {
- specify = true,
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = 'flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 8,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 399,
- limit = 192,
- unique = true,
- independent = false,
- palettes = {
- specify = true,
- {
- total = 4,
- limit = 3,
- keys = 1,
- },
- },
- mirror = true,
- transform = {
- individual = true,
- move = true,
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua b/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua
deleted file mode 100644
index 9c0ccd7..0000000
--- a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x+cx4_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 = 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 = false,
- free = {
- colours = 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,
- },
- {
- independent = false,
- palettes = {
- specify = false,
- free = {
- colours = 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,
- },
- {
- independent = false,
- palettes = {
- specify = false,
- free = {
- colours = 3,
- 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,
- },
- },
- },
-}
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,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua b/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua
deleted file mode 100644
index e21b9db..0000000
--- a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua
+++ /dev/null
@@ -1,235 +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 = 3,
- 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 = false,
- {
- total = '15bpp',
- limit = 3,
- 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,
- },
- {
- independent = false,
- palettes = {
- specify = false,
- {
- total = '15bpp',
- limit = 3,
- 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,
- },
- {
- independent = false,
- palettes = {
- specify = false,
- {
- total = '15bpp',
- limit = 3,
- 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,
- },
- {
- independent = false,
- palettes = {
- specify = false,
- {
- total = '15bpp',
- limit = 3,
- 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,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua b/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua
deleted file mode 100644
index c425131..0000000
--- a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua
+++ /dev/null
@@ -1,196 +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 = {
- {
- 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,
- },
- {
- 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,
- },
- {
- independent = false,
- palettes = {
- specify = false,
- {
- total = '15bpp',
- limit = 3,
- 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,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua b/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua
deleted file mode 100644
index fb8a4bc..0000000
--- a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua
+++ /dev/null
@@ -1,157 +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 = {
- {
- independent = false,
- palettes = {
- specify = false,
- {
- total = '15bpp',
- limit = 15,
- 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 = 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,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua b/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua
deleted file mode 100644
index 568ee38..0000000
--- a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua
+++ /dev/null
@@ -1,157 +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 = {
- {
- 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,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua b/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua
deleted file mode 100644
index b43382b..0000000
--- a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua
+++ /dev/null
@@ -1,157 +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 = {
- {
- independent = false,
- palettes = {
- specify = true,
- {
- 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 = 3,
- 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,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua b/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua
deleted file mode 100644
index 5473944..0000000
--- a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua
+++ /dev/null
@@ -1,157 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 512,
- height = 448,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- pal = {
- width = 512,
- height = 480,
- 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 = 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,
- },
- {
- independent = false,
- palettes = {
- specify = false,
- {
- total = '15bpp',
- limit = 3,
- 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,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua b/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua
deleted file mode 100644
index fa91d38..0000000
--- a/src/hardware_data/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua
+++ /dev/null
@@ -1,118 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 512,
- height = 448,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- pal = {
- width = 512,
- height = 480,
- 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 = false,
- {
- total = '15bpp',
- limit = 15,
- keys = 1,
- },
- },
- mirror = false,
- 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,
- },
- },
- },
-}
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,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/tms9918a_mode0.lua b/src/hardware_data/scripts/load/graphics/tms9918a_mode0.lua
deleted file mode 100644
index a6ab2bd..0000000
--- a/src/hardware_data/scripts/load/graphics/tms9918a_mode0.lua
+++ /dev/null
@@ -1,69 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 240,
- height = 192,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '15+1',
- limit = false,
- background = false,
- transparent = 'transparentColour',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = false,
- tiles = {
- layers = {
- {
- total = 960,
- limit = false,
- unique = true,
- independent = false,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = 2,
- keys = '1-optional',
- },
- },
- mirror = false,
- transform = {
- individual = false,
- move = 'perTileSize',
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 6,
- height = 8,
- },
- },
- map = {
- width = 240,
- height = 192,
- tiles = false,
- pixels = false,
- },
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/tms9918a_mode1.lua b/src/hardware_data/scripts/load/graphics/tms9918a_mode1.lua
deleted file mode 100644
index b638de9..0000000
--- a/src/hardware_data/scripts/load/graphics/tms9918a_mode1.lua
+++ /dev/null
@@ -1,97 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 256,
- height = 192,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '15+1',
- limit = false,
- background = false,
- transparent = 'transparentColour',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 32,
- onLine = 4,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = 1,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 16,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 768,
- limit = false,
- unique = true,
- independent = false,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = 2,
- keys = '1-optional',
- },
- },
- mirror = false,
- transform = {
- individual = false,
- move = 'perTileSize',
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- },
- map = {
- width = false,
- height = false,
- tiles = 8,
- pixels = false,
- },
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/tms9918a_mode2.lua b/src/hardware_data/scripts/load/graphics/tms9918a_mode2.lua
deleted file mode 100644
index d44cd2f..0000000
--- a/src/hardware_data/scripts/load/graphics/tms9918a_mode2.lua
+++ /dev/null
@@ -1,100 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 256,
- height = 192,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '15+1',
- limit = false,
- background = false,
- transparent = 'transparentColour',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 32,
- onLine = 4,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = 1,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 16,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 768,
- limit = false,
- unique = true,
- independent = false,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = 2,
- keys = '1-optional',
- },
- },
- mirror = false,
- transform = {
- individual = false,
- move = 'perTileSize',
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- },
- map = {
- width = 256,
- height = 64,
- tiles = false,
- pixels = {
- width = false,
- height = 1,
- },
- },
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/tms9918a_mode20.lua b/src/hardware_data/scripts/load/graphics/tms9918a_mode20.lua
deleted file mode 100644
index 7f792c8..0000000
--- a/src/hardware_data/scripts/load/graphics/tms9918a_mode20.lua
+++ /dev/null
@@ -1,72 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 240,
- height = 192,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '15+1',
- limit = false,
- background = false,
- transparent = 'transparentColour',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = false,
- tiles = {
- layers = {
- {
- total = 960,
- limit = false,
- unique = true,
- independent = false,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = 2,
- keys = '1-optional',
- },
- },
- mirror = false,
- transform = {
- individual = false,
- move = 'perTileSize',
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 6,
- height = 8,
- },
- },
- map = {
- width = 240,
- height = 64,
- tiles = false,
- pixels = {
- width = false,
- height = 1,
- },
- },
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/tms9918a_mode21.lua b/src/hardware_data/scripts/load/graphics/tms9918a_mode21.lua
deleted file mode 100644
index ca1cc0a..0000000
--- a/src/hardware_data/scripts/load/graphics/tms9918a_mode21.lua
+++ /dev/null
@@ -1,100 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 256,
- height = 192,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '15+1',
- limit = false,
- background = false,
- transparent = 'transparentColour',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 8,
- onLine = 4,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = 1,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 16,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 768,
- limit = false,
- unique = true,
- independent = false,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = 2,
- keys = '1-optional',
- },
- },
- mirror = false,
- transform = {
- individual = false,
- move = 'perTileSize',
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- },
- map = {
- width = 256,
- height = 64,
- tiles = 8,
- pixels = {
- width = false,
- height = 1,
- },
- },
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/tms9918a_mode3.lua b/src/hardware_data/scripts/load/graphics/tms9918a_mode3.lua
deleted file mode 100644
index 2c3aa7a..0000000
--- a/src/hardware_data/scripts/load/graphics/tms9918a_mode3.lua
+++ /dev/null
@@ -1,92 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 64,
- height = 48,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '15+1',
- limit = false,
- background = false,
- transparent = 'transparentColour',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 32,
- onLine = 4,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = 1,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 16,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 48,
- limit = false,
- unique = true,
- independent = false,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = false,
- keys = '1-optional',
- },
- },
- mirror = false,
- transform = {
- individual = false,
- move = 'perTileSize',
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 4,
- height = 4,
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/vdp_gg_mode4.lua b/src/hardware_data/scripts/load/graphics/vdp_gg_mode4.lua
deleted file mode 100644
index b9dcbb7..0000000
--- a/src/hardware_data/scripts/load/graphics/vdp_gg_mode4.lua
+++ /dev/null
@@ -1,101 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 160,
- height = 144,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- pal = {
- width = 160,
- height = 144,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '12bpp',
- limit = 31,
- background = false,
- transparent = 'transparentColour',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 64,
- onLine = 8,
- palettes = {
- specify = true,
- {
- total = 16,
- limit = 15,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 8,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 399,
- limit = false,
- unique = 488,
- independent = false,
- palettes = {
- specify = true,
- {
- total = 16,
- limit = 16,
- keys = '1-optional',
- },
- },
- mirror = true,
- transform = {
- individual = true,
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/vdp_upd9004g-224_mode4.lua b/src/hardware_data/scripts/load/graphics/vdp_upd9004g-224_mode4.lua
deleted file mode 100644
index 51a5e66..0000000
--- a/src/hardware_data/scripts/load/graphics/vdp_upd9004g-224_mode4.lua
+++ /dev/null
@@ -1,101 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 256,
- height = 224,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- pal = {
- width = 256,
- height = 224,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = 64,
- limit = 31,
- background = false,
- transparent = 'transparentColour',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 64,
- onLine = 8,
- palettes = {
- specify = true,
- {
- total = 16,
- limit = 15,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 8,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 927,
- limit = false,
- unique = 488,
- independent = false,
- palettes = {
- specify = true,
- {
- total = 16,
- limit = 16,
- keys = '1-optional',
- },
- },
- mirror = true,
- transform = {
- individual = true,
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/vdp_upd9004g-240_mode4.lua b/src/hardware_data/scripts/load/graphics/vdp_upd9004g-240_mode4.lua
deleted file mode 100644
index 3e8b6bf..0000000
--- a/src/hardware_data/scripts/load/graphics/vdp_upd9004g-240_mode4.lua
+++ /dev/null
@@ -1,101 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 256,
- height = 240,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- pal = {
- width = 256,
- height = 240,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = 64,
- limit = 31,
- background = false,
- transparent = 'transparentColour',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 64,
- onLine = 8,
- palettes = {
- specify = true,
- {
- total = 16,
- limit = 15,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 8,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 959,
- limit = false,
- unique = 488,
- independent = false,
- palettes = {
- specify = true,
- {
- total = 16,
- limit = 16,
- keys = '1-optional',
- },
- },
- mirror = true,
- transform = {
- individual = true,
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/vdp_ym2602_mode4.lua b/src/hardware_data/scripts/load/graphics/vdp_ym2602_mode4.lua
deleted file mode 100644
index 47bf2da..0000000
--- a/src/hardware_data/scripts/load/graphics/vdp_ym2602_mode4.lua
+++ /dev/null
@@ -1,101 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 256,
- height = 192,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- pal = {
- width = 256,
- height = 192,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = 64,
- limit = 31,
- background = false,
- transparent = 'transparentColour',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 64,
- onLine = 8,
- palettes = {
- specify = true,
- {
- total = 16,
- limit = 15,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 8,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = 825,
- limit = false,
- unique = 488,
- independent = false,
- palettes = {
- specify = true,
- {
- total = 16,
- limit = 16,
- keys = '1-optional',
- },
- },
- mirror = true,
- transform = {
- individual = true,
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/vdp_ym7101+sh2_mode5.lua b/src/hardware_data/scripts/load/graphics/vdp_ym7101+sh2_mode5.lua
deleted file mode 100644
index 782b909..0000000
--- a/src/hardware_data/scripts/load/graphics/vdp_ym7101+sh2_mode5.lua
+++ /dev/null
@@ -1,172 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 320,
- height = 224,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- pal = {
- width = 320,
- height = 240,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '512*3',
- limit = 61,
- background = true,
- transparent = 'colorKey',
- },
- meshes = true,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 320,
- onLine = 80,
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 16,
- height = 16,
- },
- {
- width = 24,
- height = 24,
- },
- {
- width = 32,
- height = 32,
- },
- },
- },
- tiles = {
- layers = {
- a = {
- independent = 'w',
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- mirror = 'b',
- transform = {
- individual = 'w',
- move = true,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- },
- sizes = {
- {
- width = 64,
- height = 64,
- },
- {
- width = 128,
- height = 32,
- },
- },
- map = false,
- },
- b = {
- independent = false,
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- mirror = 'a',
- transform = {
- individual = false,
- move = true,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- },
- sizes = {
- {
- width = 64,
- height = 64,
- },
- {
- width = 128,
- height = 32,
- },
- },
- map = false,
- },
- w = {
- independent = 'a',
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- mirror = false,
- transform = {
- individual = 'a',
- move = true,
- rotate = true,
- scale = true,
- shear = true,
- affine = true,
- },
- sizes = {
- {
- width = 64,
- height = 64,
- },
- {
- width = 64,
- height = 32,
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/vdp_ym7101+vp_mode5.lua b/src/hardware_data/scripts/load/graphics/vdp_ym7101+vp_mode5.lua
deleted file mode 100644
index 76d6d27..0000000
--- a/src/hardware_data/scripts/load/graphics/vdp_ym7101+vp_mode5.lua
+++ /dev/null
@@ -1,172 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 320,
- height = 224,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- pal = {
- width = 320,
- height = 240,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '512*3',
- limit = 61,
- background = true,
- transparent = 'colorKey',
- },
- meshes = true,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 80,
- onLine = 20,
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = 'flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 16,
- height = 16,
- },
- {
- width = 24,
- height = 24,
- },
- {
- width = 32,
- height = 32,
- },
- },
- },
- tiles = {
- layers = {
- a = {
- independent = 'w',
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- mirror = 'b',
- transform = {
- individual = 'w',
- move = true,
- rotate = true,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 64,
- height = 64,
- },
- {
- width = 128,
- height = 32,
- },
- },
- map = false,
- },
- b = {
- independent = false,
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- mirror = 'a',
- transform = {
- individual = false,
- move = true,
- rotate = true,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 64,
- height = 64,
- },
- {
- width = 128,
- height = 32,
- },
- },
- map = false,
- },
- w = {
- independent = 'a',
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- mirror = false,
- transform = {
- individual = 'a',
- move = false,
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 64,
- height = 64,
- },
- {
- width = 64,
- height = 32,
- },
- },
- map = false,
- },
- },
- },
-}
diff --git a/src/hardware_data/scripts/load/graphics/vdp_ym7101_mode5.lua b/src/hardware_data/scripts/load/graphics/vdp_ym7101_mode5.lua
deleted file mode 100644
index c70f88a..0000000
--- a/src/hardware_data/scripts/load/graphics/vdp_ym7101_mode5.lua
+++ /dev/null
@@ -1,172 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 320,
- height = 224,
- fps = 29.97,
- origin = {
- x = 0,
- y = 0,
- },
- },
- pal = {
- width = 320,
- height = 240,
- fps = 25,
- origin = {
- x = 0,
- y = 0,
- },
- },
- },
- colours = {
- total = '512*3',
- limit = 61,
- background = true,
- transparent = 'colorKey',
- },
- meshes = false,
- shaders = {
- api = false,
- version = false,
- fragment = false,
- vectex = false,
- geometry = false,
- tessellation = false,
- },
- physic = false,
- sprites = {
- onScreen = 80,
- onLine = 20,
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = 'flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 16,
- height = 16,
- },
- {
- width = 24,
- height = 24,
- },
- {
- width = 32,
- height = 32,
- },
- },
- },
- tiles = {
- layers = {
- a = {
- independent = 'w',
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- mirror = 'b',
- transform = {
- individual = 'w',
- move = true,
- rotate = true,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 64,
- height = 64,
- },
- {
- width = 128,
- height = 32,
- },
- },
- map = false,
- },
- b = {
- independent = false,
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- mirror = 'a',
- transform = {
- individual = false,
- move = true,
- rotate = true,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 64,
- height = 64,
- },
- {
- width = 128,
- height = 32,
- },
- },
- map = false,
- },
- w = {
- independent = 'a',
- palettes = {
- specify = true,
- {
- total = '512*3',
- limit = 15,
- keys = 1,
- },
- },
- mirror = false,
- transform = {
- individual = 'a',
- move = false,
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 64,
- height = 64,
- },
- {
- width = 64,
- height = 32,
- },
- },
- map = false,
- },
- },
- },
-}