summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/uze_atmega644_mode2_2-screen-sections.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/uze_atmega644_mode2_2-screen-sections.lua')
-rw-r--r--src/hardware_data/graphics/uze_atmega644_mode2_2-screen-sections.lua16
1 files changed, 8 insertions, 8 deletions
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',