diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-12-23 13:14:10 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-12-23 13:14:10 -0300 |
commit | 03c40d3e6872937307c4c50702a1561de9def75b (patch) | |
tree | 7ebc248d240d06e20dc13006f62dd8c84ec29d0f | |
parent | f22f5fc0bc0faea3d4948bbe6c526871f9efdbd4 (diff) |
Minor fix
-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. -- |