summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/tms9918a_mode20.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-19 01:55:45 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-19 01:55:45 -0300
commit390d5793a749c7c666d2b0ec2727a69975446b89 (patch)
tree850811c2bbee440807b27cbbafea47f261b61185 /src/hardware_data/graphics/tms9918a_mode20.lua
parent7b1f6b3c8ba02ff3c164584b7f22bce6a1f2f08d (diff)
Update graphics modes
Diffstat (limited to 'src/hardware_data/graphics/tms9918a_mode20.lua')
-rw-r--r--src/hardware_data/graphics/tms9918a_mode20.lua18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/hardware_data/graphics/tms9918a_mode20.lua b/src/hardware_data/graphics/tms9918a_mode20.lua
index adbc744..75419f4 100644
--- a/src/hardware_data/graphics/tms9918a_mode20.lua
+++ b/src/hardware_data/graphics/tms9918a_mode20.lua
@@ -45,6 +45,15 @@ return {
total = '15+1',
limit = 2,
keys = '1-optional',
+ map = {
+ width = 240,
+ height = 64,
+ tiles = false,
+ pixels = {
+ width = false,
+ height = 1,
+ },
+ },
},
},
mirror = false,
@@ -62,15 +71,6 @@ return {
height = 8,
},
},
- map = {
- width = 240,
- height = 64,
- tiles = false,
- pixels = {
- width = false,
- height = 1,
- },
- },
},
},
},