summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/tms9918a_mode0.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/tms9918a_mode0.lua')
-rw-r--r--src/hardware_data/graphics/tms9918a_mode0.lua69
1 files changed, 69 insertions, 0 deletions
diff --git a/src/hardware_data/graphics/tms9918a_mode0.lua b/src/hardware_data/graphics/tms9918a_mode0.lua
new file mode 100644
index 0000000..a6ab2bd
--- /dev/null
+++ b/src/hardware_data/graphics/tms9918a_mode0.lua
@@ -0,0 +1,69 @@
+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,
+ },
+ },
+ },
+ },
+}