diff options
-rw-r--r-- | src/hardware_data/graphics/uze_atmega644_mode1_6x8px-tile-size.lua | 2 | ||||
-rw-r--r-- | src/hardware_data/graphics/uze_atmega644_mode1_8x8px-tile-size.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware_data/graphics/uze_atmega644_mode1_6x8px-tile-size.lua b/src/hardware_data/graphics/uze_atmega644_mode1_6x8px-tile-size.lua index d9c970f..fe03eb7 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode1_6x8px-tile-size.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode1_6x8px-tile-size.lua @@ -45,7 +45,7 @@ -- Default value is: -- -- FRAME_LINES=SCREEN_TILES_V*TILE_HEIGHT -- -- -- --- Fist render line is used to adjust -- +-- First render line is used to adjust -- -- vertical centering if the value -- -- FRAME_LINES is changed. -- -- Can be changed by compilation. -- 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 3520733..604e73b 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 @@ -45,7 +45,7 @@ -- Default value is: -- -- FRAME_LINES=SCREEN_TILES_V*TILE_HEIGHT -- -- -- --- Fist render line is used to adjust -- +-- First render line is used to adjust -- -- vertical centering if the value -- -- FRAME_LINES is changed. -- -- Can be changed by compilation. -- |