summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/tms9918a_mode1.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/tms9918a_mode1.lua')
-rw-r--r--src/hardware_data/graphics/tms9918a_mode1.lua105
1 files changed, 0 insertions, 105 deletions
diff --git a/src/hardware_data/graphics/tms9918a_mode1.lua b/src/hardware_data/graphics/tms9918a_mode1.lua
deleted file mode 100644
index b21c951..0000000
--- a/src/hardware_data/graphics/tms9918a_mode1.lua
+++ /dev/null
@@ -1,105 +0,0 @@
-return {
- screen = {
- ntsc = {
- width = 256,
- height = 192,
- refresh = 59.922743,
- origin = {
- x = 0,
- y = 0,
- },
- },
- pxps = 39424,
- txps = 552,
- plps = false,
- },
- 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 = {
- onScreen = 32,
- onLine = 4,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = 1,
- keys = 1,
- },
- },
- transform = {
- move = true,
- rotate = false,
- scale = '2x,flip',
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- {
- width = 16,
- height = 16,
- },
- },
- },
- tiles = {
- layers = {
- {
- total = {
- x = 32,
- y = 24,
- 768,
- },
- onScreen = 768,
- limit = false,
- unique = true,
- independent = false,
- palettes = {
- specify = true,
- {
- total = '15+1',
- limit = 2,
- keys = '1-optional',
- map = {
- width = false,
- height = false,
- tiles = 8,
- pixels = false,
- },
- },
- },
- mirror = false,
- transform = {
- individual = false,
- move = 'perTileSize',
- rotate = false,
- scale = false,
- shear = false,
- affine = false,
- },
- sizes = {
- {
- width = 8,
- height = 8,
- },
- },
- },
- },
- },
-}