summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/tms9918a_mode21.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/tms9918a_mode21.lua')
-rw-r--r--src/hardware_data/graphics/tms9918a_mode21.lua18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/hardware_data/graphics/tms9918a_mode21.lua b/src/hardware_data/graphics/tms9918a_mode21.lua
index 70a1346..0eeae26 100644
--- a/src/hardware_data/graphics/tms9918a_mode21.lua
+++ b/src/hardware_data/graphics/tms9918a_mode21.lua
@@ -73,6 +73,15 @@ return {
total = '15+1',
limit = 2,
keys = '1-optional',
+ map = {
+ width = 256,
+ height = 64,
+ tiles = 8,
+ pixels = {
+ width = false,
+ height = 1,
+ },
+ },
},
},
mirror = false,
@@ -90,15 +99,6 @@ return {
height = 8,
},
},
- map = {
- width = 256,
- height = 64,
- tiles = 8,
- pixels = {
- width = false,
- height = 1,
- },
- },
},
},
},