summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/uze_atmega644_mode1_8x8px-tile-size.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-28 10:27:09 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-01-06 17:30:18 -0300
commit8aa4fe87be91c8e6518d30d55fddbb4b5248e39a (patch)
tree40479e23c54f6ba55ea6f0ff54b08a994ab9669e /src/hardware_data/graphics/uze_atmega644_mode1_8x8px-tile-size.lua
parent7cf582644d71801f07f4fa5e8a6556db83e1b283 (diff)
Update graphics modes
Diffstat (limited to 'src/hardware_data/graphics/uze_atmega644_mode1_8x8px-tile-size.lua')
-rw-r--r--src/hardware_data/graphics/uze_atmega644_mode1_8x8px-tile-size.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/hardware_data/graphics/uze_atmega644_mode1_8x8px-tile-size.lua b/src/hardware_data/graphics/uze_atmega644_mode1_8x8px-tile-size.lua
index f07bc6c..a7ab713 100644
--- a/src/hardware_data/graphics/uze_atmega644_mode1_8x8px-tile-size.lua
+++ b/src/hardware_data/graphics/uze_atmega644_mode1_8x8px-tile-size.lua
@@ -1,18 +1,18 @@
-- Information: --
-- Video Mode 1 (official) --
-- --
--- Vertical tiles on screen and VRAM, --
--- can be changed by compilation, --
--- but is not recomended. --
--- Default value is: --
--- {VRAM,SCREEN}_TILES_V=224/TILE_HEIGHT --
--- --
--- Horizontal tiles on screen and VRAM, --
+-- Horizontal tiles on screen and/or VRAM, --
-- can not be changed by compilation. --
-- Default value is: --
-- {VRAM,SCREEN}_TILES_H=40 if TILE_WIDTH=6 --
-- {VRAM,SCREEN}_TILES_H=30 if TILE_WIDTH=8 --
-- --
+-- Vertical tiles on screen and/or VRAM, --
+-- can be changed by compilation, --
+-- but is not recomended. --
+-- Default value is: --
+-- {VRAM,SCREEN}_TILES_V=224/TILE_HEIGHT --
+-- --
-- Tile width size in pixels, --
-- can be changed by compilation. --
-- Default value is: --
@@ -26,7 +26,7 @@
-- Default value is: --
-- TILE_HEIGHT=8 --
-- Available value is: --
--- TILE_WIDTH=1 to TILE_WIDTH=224 --
+-- TILE_HEIGHT=1 to TILE_HEIGHT=224 or more --
-- --
-- Vertical synchronization, --
-- can be changed by compilation. --