From 245c9b7d7f37a37d20bdc224eb57b0aabea0cfe4 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 21 Dec 2016 15:23:03 -0300 Subject: Update graphics modes --- src/hardware_data/graphics/uze_atmega644_mode9.lua | 23 +++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'src/hardware_data/graphics/uze_atmega644_mode9.lua') diff --git a/src/hardware_data/graphics/uze_atmega644_mode9.lua b/src/hardware_data/graphics/uze_atmega644_mode9.lua index 76454ad..0e443d9 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode9.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode9.lua @@ -1,8 +1,9 @@ return { screen = { + -- Mode 360 and Mode 380 can be changed by compilation -- mode360 = { width = 360, - height = 224, + height = '>=224=<', refresh = 60, origin = { x = 0, @@ -11,7 +12,7 @@ return { }, mode480 = { width = 480, - height = 224, + height = '>=224=<', refresh = 60, origin = { x = 0, @@ -25,7 +26,7 @@ return { colours = { total = 256, limit = false, - background = false, + background = 'byTileRow', transparent = false, }, meshes = false, @@ -45,13 +46,15 @@ return { total = { mode360 = { x = 60, - y = 28, - 1680, + -- VRAM Tiles height can be changed by compilation -- + y = '>=28=<', + '>=1680=<', }, mode480 = { x = 80, - y = 28, - 2240, + -- VRAM Tiles height can be changed by compilation -- + y = '>=28=<', + '>=2240=<', }, }, onScreen = { @@ -80,7 +83,8 @@ return { sizes = { { width = 6, - height = 8, + -- Tile height can be changed by compilation -- + height = '>=8=<', }, }, transform = { @@ -117,7 +121,8 @@ return { sizes = { { width = 6, - height = 8, + -- Tile height can be changed by compilation -- + height = '>=8=<', }, }, transform = { -- cgit v1.2.3-54-g00ecf