diff options
11 files changed, 60 insertions, 60 deletions
diff --git a/src/hardware_data/graphics/uze_atmega644_mode13_scroll-mode-with-extended-palette.lua b/src/hardware_data/graphics/uze_atmega644_mode13_scroll-mode-with-extended-palette.lua index 725416b..1449a8f 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode13_scroll-mode-with-extended-palette.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode13_scroll-mode-with-extended-palette.lua @@ -15,10 +15,10 @@ return { screen = { - width = 224, - height = 224, - vsync = 60, - origin = { + width = 224, + height = 224, + vsync = 60, + origin = { x = 0, y = 0, }, diff --git a/src/hardware_data/graphics/uze_atmega644_mode13_scroll-mode-without-extended-palette.lua b/src/hardware_data/graphics/uze_atmega644_mode13_scroll-mode-without-extended-palette.lua index e9d07af..4e2ff64 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode13_scroll-mode-without-extended-palette.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode13_scroll-mode-without-extended-palette.lua @@ -15,10 +15,10 @@ return { screen = { - width = 224, - height = 224, - vsync = 60, - origin = { + width = 224, + height = 224, + vsync = 60, + origin = { x = 0, y = 0, }, 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 67ec60e..a6acef6 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 @@ -15,10 +15,10 @@ return { screen = { - width = 240, - height = 224, - vsync = 60, - origin = { + width = 240, + height = 224, + vsync = 60, + origin = { x = 0, y = 0, }, diff --git a/src/hardware_data/graphics/uze_atmega644_mode13_static-mode-without-extended-palette.lua b/src/hardware_data/graphics/uze_atmega644_mode13_static-mode-without-extended-palette.lua index 625681f..57a7433 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode13_static-mode-without-extended-palette.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode13_static-mode-without-extended-palette.lua @@ -15,10 +15,10 @@ return { screen = { - width = 240, - height = 224, - vsync = 60, - origin = { + width = 240, + height = 224, + vsync = 60, + origin = { x = 0, y = 0, }, 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 aa40e96..91663b5 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 @@ -58,10 +58,10 @@ return { screen = { - width = 240, - height = 224, - vsync = 60, - origin = { + width = 240, + height = 224, + vsync = 60, + origin = { x = 0, y = 0, }, 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 e24e968..a745a84 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 @@ -58,10 +58,10 @@ return { screen = { - width = 240, - height = 224, - vsync = 60, - origin = { + width = 240, + height = 224, + vsync = 60, + origin = { x = 0, y = 0, }, diff --git a/src/hardware_data/graphics/uze_atmega644_mode2_1-screen-section.lua b/src/hardware_data/graphics/uze_atmega644_mode2_1-screen-section.lua index 43e6ec5..98ac625 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode2_1-screen-section.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode2_1-screen-section.lua @@ -42,10 +42,10 @@ return { screen = { - width = 144, - height = 224, - vsync = 60, - origin = { + width = 144, + height = 224, + vsync = 60, + origin = { x = 0, y = 0, }, @@ -115,10 +115,10 @@ return { -- On screen section with support scrolling X and/or Y, -- -- will be include one tile by axis -- all = { - Xtiles = 25, - Ytiles = 29, - tiles = 725, - pixels = 34800, + Xtiles = 24+1, + Ytiles = 28+1, + tiles = 672+24+28+1, + pixels = 32256, }, }, tiles = 'screenSections', diff --git a/src/hardware_data/graphics/uze_atmega644_mode2_2-screen-sections.lua b/src/hardware_data/graphics/uze_atmega644_mode2_2-screen-sections.lua index 94703f8..6a7bb15 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode2_2-screen-sections.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode2_2-screen-sections.lua @@ -42,10 +42,10 @@ return { screen = { - width = 144, - height = 224, - vsync = 60, - origin = { + width = 144, + height = 224, + vsync = 60, + origin = { x = 0, y = 0, }, @@ -115,10 +115,10 @@ return { -- On screen section with support scrolling X and/or Y, -- -- will be include one tile by axis -- all = { - Xtiles = 25, - Ytiles = 29, - tiles = 725, - pixels = 34800, + Xtiles = 24+1, + Ytiles = 28+1, + tiles = 672+24+28+1, + pixels = 32256, }, }, tiles = 'screenSections', diff --git a/src/hardware_data/graphics/uze_atmega644_mode2_3-screen-sections.lua b/src/hardware_data/graphics/uze_atmega644_mode2_3-screen-sections.lua index 8a64f1a..cd1cb44 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode2_3-screen-sections.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode2_3-screen-sections.lua @@ -42,10 +42,10 @@ return { screen = { - width = 144, - height = 224, - vsync = 60, - origin = { + width = 144, + height = 224, + vsync = 60, + origin = { x = 0, y = 0, }, @@ -115,10 +115,10 @@ return { -- On screen section with support scrolling X and/or Y, -- -- will be include one tile by axis -- all = { - Xtiles = 25, - Ytiles = 29, - tiles = 725, - pixels = 34800, + Xtiles = 24+1, + Ytiles = 28+1, + tiles = 672+24+28+1, + pixels = 32256, }, }, tiles = 'screenSections', diff --git a/src/hardware_data/graphics/uze_atmega644_mode3_scroll-mode.lua b/src/hardware_data/graphics/uze_atmega644_mode3_scroll-mode.lua index 3f44c66..978db4a 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode3_scroll-mode.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode3_scroll-mode.lua @@ -14,10 +14,10 @@ return { screen = { - width = 224, - height = 224, - vsync = 60, - origin = { + width = 224, + height = 224, + vsync = 60, + origin = { x = 0, y = 0, }, @@ -87,10 +87,10 @@ return { -- On screen section with support scrolling X and/or Y, -- -- will be include one tile by axis -- all = { - Xtiles = 29, - Ytiles = 29, - tiles = 841, - pixels = 53824, + Xtiles = 28+1, + Ytiles = 28+1, + tiles = 784+28+28+1, + pixels = 50176, }, }, tiles = 'screenSections', diff --git a/src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua b/src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua index 7abdcb4..7eb3e44 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua @@ -14,10 +14,10 @@ return { screen = { - width = 240, - height = 224, - vsync = 60, - origin = { + width = 240, + height = 224, + vsync = 60, + origin = { x = 0, y = 0, }, |