summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/uze_atmega644_mode4_default.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-30 19:26:55 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-01-06 17:30:18 -0300
commit41d837d1e54e33ecb82c37f46cbdeecaed55d52d (patch)
tree80700f2e374712d46295978236346a0478f49dec /src/hardware_data/graphics/uze_atmega644_mode4_default.lua
parent956bda68e3f3f16329e4fbcbba29b14c2df45116 (diff)
Update graphics modes: add more uze_atmega644_mode{4,5,6} descritions and minor fix
Diffstat (limited to 'src/hardware_data/graphics/uze_atmega644_mode4_default.lua')
-rw-r--r--src/hardware_data/graphics/uze_atmega644_mode4_default.lua19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/hardware_data/graphics/uze_atmega644_mode4_default.lua b/src/hardware_data/graphics/uze_atmega644_mode4_default.lua
index a5f2eb7..afcfa89 100644
--- a/src/hardware_data/graphics/uze_atmega644_mode4_default.lua
+++ b/src/hardware_data/graphics/uze_atmega644_mode4_default.lua
@@ -1,6 +1,25 @@
-- Information: --
-- Video Mode 4 (official) --
-- --
+-- Vertical tiles on VRAM, --
+-- can be changed by compilation, --
+-- but is not recomended. --
+-- Default value is: --
+-- VRAM_TILES_V=32 --
+-- --
+-- Numbers of video lines to render, --
+-- can be changed by compilation, --
+-- but is not recommended, changes the --
+-- CPU cyles. --
+-- Default value is: --
+-- FRAME_LINES=SCREEN_TILES_V*TILE_HEIGHT --
+-- --
+-- First render line is used to adjust --
+-- vertical centering if the value --
+-- FRAME_LINES is changed. --
+-- Can not be changed by compilation. --
+-- Default value is: --
+-- FIRST_RENDER_LINE=24 --
-- Sites:
-- http://uzebox.org/wiki/index.php?title=Video_Modes