From 956bda68e3f3f16329e4fbcbba29b14c2df45116 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 30 Dec 2016 19:02:04 -0300 Subject: Update graphics modes: add more uze_atmega644_mode2 descritions and minor fix --- .../uze_atmega644_mode13_static-mode-with-extended-palette.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/hardware_data/graphics/uze_atmega644_mode13_static-mode-with-extended-palette.lua') diff --git a/src/hardware_data/graphics/uze_atmega644_mode13_static-mode-with-extended-palette.lua b/src/hardware_data/graphics/uze_atmega644_mode13_static-mode-with-extended-palette.lua index dd0c64f..411cf22 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode13_static-mode-with-extended-palette.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode13_static-mode-with-extended-palette.lua @@ -17,7 +17,7 @@ -- In video mode 13, the maximum -- -- sprites on screen is more that 20, due -- -- of palette limitation. -- --- Default value is: -- +-- Default values are: -- -- RAM_TILE_COUNT=0 -- -- RAM_TILE_COUNT is needed to change to -- -- compile it. -- @@ -43,7 +43,7 @@ -- Horizontal tiles on screen and/or VRAM, -- -- can be changed by compilation, -- -- but is not recomended. -- --- Default value is: -- +-- Default values are: -- -- {SCREEN,VRAM}_TILES_H=30 if SCROLLING=0 -- -- and SCREEN_TILES_H == VRAM_TILES_H -- -- SCREEN_TILES_H=28 if SCROLLING=1 -- @@ -52,12 +52,12 @@ -- Vertical tiles on screen and/or VRAM, -- -- can be changed by compilation, -- -- but is not recomended. -- --- Default value is: -- +-- Default values are: -- -- {SCREEN,VRAM}_TILES_V=28 if SCROLLING=0 -- -- and SCREEN_TILES_V == VRAM_TILES_V -- -- SCREEN_TILES_V=28 if SCROLLING=1 -- -- VRAM_TILES_V=32 if SCROLLING=1 -- --- Available value is: -- +-- Available values are: -- -- VRAM_TILES_V=32 if SCROLLING=1 -- -- VRAM_TILES_V=24 if SCROLLING=1 -- -- VRAM_TILES_V=16 if SCROLLING=1 -- -- cgit v1.2.3-54-g00ecf