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-30 19:02:04 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-01-06 17:30:18 -0300
commit956bda68e3f3f16329e4fbcbba29b14c2df45116 (patch)
tree9b5254aff8b79a4cc9828b4bbdf3267a87e2b913 /src/hardware_data/graphics/uze_atmega644_mode1_8x8px-tile-size.lua
parentc1a4e2d41cd9da265077ba3f9990b0023261ddb1 (diff)
Update graphics modes: add more uze_atmega644_mode2 descritions and minor fix
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.lua4
1 files changed, 2 insertions, 2 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 a7ab713..2097726 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
@@ -3,14 +3,14 @@
-- --
-- Horizontal tiles on screen and/or VRAM, --
-- can not be changed by compilation. --
--- Default value is: --
+-- Default values are: --
-- {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: --
+-- Default values are: --
-- {VRAM,SCREEN}_TILES_V=224/TILE_HEIGHT --
-- --
-- Tile width size in pixels, --