From fd7d6d33297fba7fd7bbd6feaec720cb5bbccd5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Tue, 6 Dec 2016 22:32:02 -0300 Subject: Rename some graphics modes to vdp --- .../load/graphics/gg_tms9918-like_mode4.lua | 78 ------------ .../load/graphics/ms_tms9918-like_mode4.lua | 78 ------------ .../load/graphics/vdp-gg_tms9918-like_mode4.lua | 78 ++++++++++++ .../load/graphics/vdp-ms_tms9918-like_mode4.lua | 78 ++++++++++++ .../scripts/load/graphics/vdp-ym7101+sh2.lua | 131 +++++++++++++++++++++ .../scripts/load/graphics/vdp-ym7101.lua | 131 +++++++++++++++++++++ .../scripts/load/graphics/ym7101+sh2.lua | 131 --------------------- .../scripts/load/graphics/ym7101.lua | 131 --------------------- 8 files changed, 418 insertions(+), 418 deletions(-) delete mode 100644 src/information_only/scripts/load/graphics/gg_tms9918-like_mode4.lua delete mode 100644 src/information_only/scripts/load/graphics/ms_tms9918-like_mode4.lua create mode 100644 src/information_only/scripts/load/graphics/vdp-gg_tms9918-like_mode4.lua create mode 100644 src/information_only/scripts/load/graphics/vdp-ms_tms9918-like_mode4.lua create mode 100644 src/information_only/scripts/load/graphics/vdp-ym7101+sh2.lua create mode 100644 src/information_only/scripts/load/graphics/vdp-ym7101.lua delete mode 100644 src/information_only/scripts/load/graphics/ym7101+sh2.lua delete mode 100644 src/information_only/scripts/load/graphics/ym7101.lua diff --git a/src/information_only/scripts/load/graphics/gg_tms9918-like_mode4.lua b/src/information_only/scripts/load/graphics/gg_tms9918-like_mode4.lua deleted file mode 100644 index 54b555c..0000000 --- a/src/information_only/scripts/load/graphics/gg_tms9918-like_mode4.lua +++ /dev/null @@ -1,78 +0,0 @@ -return { - screen = { - default = { - width = 160, - height = 144, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 160, - height = 144, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '12bpp', - limit = '5bpp', - transparent = 'colorKey', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 64, - line = 8, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 8, - height = 8, - }, - big = { - width = 16, - height = 16, - }, - }, - }, - tile = { - layers = 1, - { - tilesSet = false, - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 8, - height = 8, - }, - }, - }, - }, -} diff --git a/src/information_only/scripts/load/graphics/ms_tms9918-like_mode4.lua b/src/information_only/scripts/load/graphics/ms_tms9918-like_mode4.lua deleted file mode 100644 index f3201b1..0000000 --- a/src/information_only/scripts/load/graphics/ms_tms9918-like_mode4.lua +++ /dev/null @@ -1,78 +0,0 @@ -return { - screen = { - default = { - width = 256, - height = 192, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 256, - height = 192, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '6bpp', - limit = '5bpp', - transparent = 'colorKey', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 64, - line = 8, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 8, - height = 8, - }, - big = { - width = 16, - height = 16, - }, - }, - }, - tile = { - layers = 1, - { - tilesSet = false, - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 8, - height = 8, - }, - }, - }, - }, -} diff --git a/src/information_only/scripts/load/graphics/vdp-gg_tms9918-like_mode4.lua b/src/information_only/scripts/load/graphics/vdp-gg_tms9918-like_mode4.lua new file mode 100644 index 0000000..54b555c --- /dev/null +++ b/src/information_only/scripts/load/graphics/vdp-gg_tms9918-like_mode4.lua @@ -0,0 +1,78 @@ +return { + screen = { + default = { + width = 160, + height = 144, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 160, + height = 144, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '12bpp', + limit = '5bpp', + transparent = 'colorKey', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 64, + line = 8, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 8, + height = 8, + }, + big = { + width = 16, + height = 16, + }, + }, + }, + tile = { + layers = 1, + { + tilesSet = false, + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 8, + height = 8, + }, + }, + }, + }, +} diff --git a/src/information_only/scripts/load/graphics/vdp-ms_tms9918-like_mode4.lua b/src/information_only/scripts/load/graphics/vdp-ms_tms9918-like_mode4.lua new file mode 100644 index 0000000..f3201b1 --- /dev/null +++ b/src/information_only/scripts/load/graphics/vdp-ms_tms9918-like_mode4.lua @@ -0,0 +1,78 @@ +return { + screen = { + default = { + width = 256, + height = 192, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 256, + height = 192, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '6bpp', + limit = '5bpp', + transparent = 'colorKey', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 64, + line = 8, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 8, + height = 8, + }, + big = { + width = 16, + height = 16, + }, + }, + }, + tile = { + layers = 1, + { + tilesSet = false, + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 8, + height = 8, + }, + }, + }, + }, +} diff --git a/src/information_only/scripts/load/graphics/vdp-ym7101+sh2.lua b/src/information_only/scripts/load/graphics/vdp-ym7101+sh2.lua new file mode 100644 index 0000000..ac9c758 --- /dev/null +++ b/src/information_only/scripts/load/graphics/vdp-ym7101+sh2.lua @@ -0,0 +1,131 @@ +return { + screen = { + default = { + width = 320, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 320, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '15bpp', + limit = 61, + transparent = 'colorKey', + }, + mesh = true, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 320, + line = 80, + }, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 24, + height = 24, + }, + huge = { + width = 32, + height = 32, + }, + }, + }, + tile = { + layers = 2, + a = { + colors = '4bpp', + specifyColors = false, + moveIndividual = 'w', + independent = 'w', + mirror = 'b', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 64, + height = 64, + }, + bigW = { + width = 128, + height = 32, + }, + }, + }, + b = { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = 'a', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 64, + height = 64, + }, + bigW = { + width = 128, + height = 32, + }, + }, + }, + w = { + colors = '4bpp', + specifyColors = false, + moveIndividual = 'a', + independent = 'a', + mirror = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + bigW = { + width = 64, + height = 32, + }, + }, + }, + }, +} diff --git a/src/information_only/scripts/load/graphics/vdp-ym7101.lua b/src/information_only/scripts/load/graphics/vdp-ym7101.lua new file mode 100644 index 0000000..f9aa09c --- /dev/null +++ b/src/information_only/scripts/load/graphics/vdp-ym7101.lua @@ -0,0 +1,131 @@ +return { + screen = { + default = { + width = 320, + height = 224, + fps = 29.97, + origin = { + x = 0, + y = 0, + }, + }, + pal = { + width = 320, + height = 240, + fps = 25, + origin = { + x = 0, + y = 0, + }, + }, + }, + colors = { + '9bpp', + limit = 61, + transparent = 'colorKey', + }, + mesh = false, + api = false, + shader = { + false, + fragment = false, + }, + physic = false, + sprite = { + true, + colors = '4bpp', + limits = { + true, + screen = 80, + line = 20, + }, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + small = { + width = 8, + height = 8, + }, + default = { + width = 16, + height = 16, + }, + big = { + width = 24, + height = 24, + }, + huge = { + width = 32, + height = 32, + }, + }, + }, + tile = { + layers = 2, + a = { + colors = '4bpp', + specifyColors = false, + moveIndividual = 'w', + independent = 'w', + mirror = 'b', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 64, + height = 64, + }, + bigW = { + width = 128, + height = 32, + }, + }, + }, + b = { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = 'a', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 64, + height = 64, + }, + bigW = { + width = 128, + height = 32, + }, + }, + }, + w = { + colors = '4bpp', + specifyColors = false, + moveIndividual = 'a', + independent = 'a', + mirror = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + bigW = { + width = 64, + height = 32, + }, + }, + }, + }, +} diff --git a/src/information_only/scripts/load/graphics/ym7101+sh2.lua b/src/information_only/scripts/load/graphics/ym7101+sh2.lua deleted file mode 100644 index ac9c758..0000000 --- a/src/information_only/scripts/load/graphics/ym7101+sh2.lua +++ /dev/null @@ -1,131 +0,0 @@ -return { - screen = { - default = { - width = 320, - height = 224, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 320, - height = 240, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '15bpp', - limit = 61, - transparent = 'colorKey', - }, - mesh = true, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 320, - line = 80, - }, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 24, - height = 24, - }, - huge = { - width = 32, - height = 32, - }, - }, - }, - tile = { - layers = 2, - a = { - colors = '4bpp', - specifyColors = false, - moveIndividual = 'w', - independent = 'w', - mirror = 'b', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 64, - height = 64, - }, - bigW = { - width = 128, - height = 32, - }, - }, - }, - b = { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = 'a', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 64, - height = 64, - }, - bigW = { - width = 128, - height = 32, - }, - }, - }, - w = { - colors = '4bpp', - specifyColors = false, - moveIndividual = 'a', - independent = 'a', - mirror = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - bigW = { - width = 64, - height = 32, - }, - }, - }, - }, -} diff --git a/src/information_only/scripts/load/graphics/ym7101.lua b/src/information_only/scripts/load/graphics/ym7101.lua deleted file mode 100644 index f9aa09c..0000000 --- a/src/information_only/scripts/load/graphics/ym7101.lua +++ /dev/null @@ -1,131 +0,0 @@ -return { - screen = { - default = { - width = 320, - height = 224, - fps = 29.97, - origin = { - x = 0, - y = 0, - }, - }, - pal = { - width = 320, - height = 240, - fps = 25, - origin = { - x = 0, - y = 0, - }, - }, - }, - colors = { - '9bpp', - limit = 61, - transparent = 'colorKey', - }, - mesh = false, - api = false, - shader = { - false, - fragment = false, - }, - physic = false, - sprite = { - true, - colors = '4bpp', - limits = { - true, - screen = 80, - line = 20, - }, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - small = { - width = 8, - height = 8, - }, - default = { - width = 16, - height = 16, - }, - big = { - width = 24, - height = 24, - }, - huge = { - width = 32, - height = 32, - }, - }, - }, - tile = { - layers = 2, - a = { - colors = '4bpp', - specifyColors = false, - moveIndividual = 'w', - independent = 'w', - mirror = 'b', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 64, - height = 64, - }, - bigW = { - width = 128, - height = 32, - }, - }, - }, - b = { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = 'a', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 64, - height = 64, - }, - bigW = { - width = 128, - height = 32, - }, - }, - }, - w = { - colors = '4bpp', - specifyColors = false, - moveIndividual = 'a', - independent = 'a', - mirror = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - bigW = { - width = 64, - height = 32, - }, - }, - }, - }, -} -- cgit v1.2.2