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-18 20:57:58 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-18 20:57:58 -0300
commit7907a2602420fa17cf27c50970151263a86ca771 (patch)
tree90b0c4f78a7437f485d9d44c1840866655d94265 /src/hardware_data/graphics/tms9918a_mode20.lua
parent29e052df9144fc9ad53587fda2ee1ca647959c40 (diff)
add ppu_rp2c0x.lua in gnu_and_bola_brawlers
Diffstat (limited to 'src/hardware_data/graphics/tms9918a_mode20.lua')
-rw-r--r--src/hardware_data/graphics/tms9918a_mode20.lua72
1 files changed, 72 insertions, 0 deletions
diff --git a/src/hardware_data/graphics/tms9918a_mode20.lua b/src/hardware_data/graphics/tms9918a_mode20.lua
new file mode 100644
index 0000000..7f792c8
--- /dev/null
+++ b/src/hardware_data/graphics/tms9918a_mode20.lua
@@ -0,0 +1,72 @@
+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 = 64,
+ tiles = false,
+ pixels = {
+ width = false,
+ height = 1,
+ },
+ },
+ },
+ },
+ },
+}