summaryrefslogtreecommitdiff
path: root/src/information_only/ym7101.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-06 16:57:12 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-06 16:57:12 -0300
commitb51bdd394f047fdd19f5d9f9eca5b725d8daf682 (patch)
tree5563a3e85187f8c696eca4a0f2146fec1fc5577c /src/information_only/ym7101.lua
parent807f4e497d79415e8e631ad73c31c0fecd087a60 (diff)
Update information_only directory
Diffstat (limited to 'src/information_only/ym7101.lua')
-rw-r--r--src/information_only/ym7101.lua128
1 files changed, 0 insertions, 128 deletions
diff --git a/src/information_only/ym7101.lua b/src/information_only/ym7101.lua
deleted file mode 100644
index b733c70..0000000
--- a/src/information_only/ym7101.lua
+++ /dev/null
@@ -1,128 +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',
- 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 = {
- layer = {
- a = {
- colors = '4bpp',
- specifyColors = false,
- moveIndividual = 'w',
- independent = 'w',
- 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,
- 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',
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- size = {
- default = {
- width = 32,
- height = 32,
- },
- bigW = {
- width = 64,
- height = 32,
- },
- },
- },
- },
- },
-}