diff options
Diffstat (limited to 'src/hardware_data')
11 files changed, 55 insertions, 28 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 915811c..3bde718 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 @@ -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 -- 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 6717e2e..0271bda 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 @@ -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 -- 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 -- 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 a93e136..745597d 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 @@ -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 -- 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 d87b200..f3c725a 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 @@ -3,14 +3,14 @@ -- -- -- Horizontal tiles on screen and/or VRAM, -- -- can not be changed by compilation. -- --- Default value is: -- +-- Default values are: -- -- {VRAM,SCREEN}_TILES_H=40 if TILE_WIDTH=6 -- -- {VRAM,SCREEN}_TILES_H=30 if TILE_WIDTH=8 -- -- -- -- Vertical tiles on screen and/or VRAM, -- -- can be changed by compilation, -- -- but is not recomended. -- --- Default value is: -- +-- Default values are: -- -- {VRAM,SCREEN}_TILES_V=224/TILE_HEIGHT -- -- -- -- Tile width size in pixels, -- 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 a7ab713..2097726 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 @@ -3,14 +3,14 @@ -- -- -- Horizontal tiles on screen and/or VRAM, -- -- can not be changed by compilation. -- --- Default value is: -- +-- Default values are: -- -- {VRAM,SCREEN}_TILES_H=40 if TILE_WIDTH=6 -- -- {VRAM,SCREEN}_TILES_H=30 if TILE_WIDTH=8 -- -- -- -- Vertical tiles on screen and/or VRAM, -- -- can be changed by compilation, -- -- but is not recomended. -- --- Default value is: -- +-- Default values are: -- -- {VRAM,SCREEN}_TILES_V=224/TILE_HEIGHT -- -- -- -- Tile width size in pixels, -- 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 98ac625..a1eaf2f 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 @@ -1,6 +1,15 @@ -- Information: -- -- Video Mode 2 (official) -- -- -- +-- Maximum sprites on screen -- +-- can be changed by compilation. -- +-- Default value is: -- +-- MAX_SPRITES=32 -- +-- Available value is: -- +-- MAX_SPRITES=1 to MAX_SPRITES=32 or more, -- +-- but is not recomended, due of hardware -- +-- limitation. -- +-- -- -- Vertical tiles on VRAM, -- -- can be changed by compilation, -- -- but is not recomended. -- 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 6a7bb15..a5086da 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 @@ -1,6 +1,15 @@ -- Information: -- -- Video Mode 2 (official) -- -- -- +-- Maximum sprites on screen -- +-- can be changed by compilation. -- +-- Default value is: -- +-- MAX_SPRITES=32 -- +-- Available value is: -- +-- MAX_SPRITES=1 to MAX_SPRITES=32 or more, -- +-- but is not recomended, due of hardware -- +-- limitation. -- +-- -- -- Vertical tiles on VRAM, -- -- can be changed by compilation, -- -- but is not recomended. -- 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 cd1cb44..99b0536 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 @@ -1,6 +1,15 @@ -- Information: -- -- Video Mode 2 (official) -- -- -- +-- Maximum sprites on screen -- +-- can be changed by compilation. -- +-- Default value is: -- +-- MAX_SPRITES=32 -- +-- Available value is: -- +-- MAX_SPRITES=1 to MAX_SPRITES=32 or more, -- +-- but is not recomended, due of hardware -- +-- limitation. -- +-- -- -- Vertical tiles on VRAM, -- -- can be changed by compilation, -- -- but is not recomended. -- 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 10ca98e..2198fa6 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode3_scroll-mode.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode3_scroll-mode.lua @@ -14,7 +14,7 @@ -- In video mode 3, the maximum -- -- sprites on screen is 20, due of limit -- -- VRAM (4K) and CPU -- --- Default value is: -- +-- Default values are: -- -- RAM_TILE_COUNT=0 -- -- RAM_TILE_COUNT is needed to change to -- -- compile it. -- @@ -31,7 +31,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 -- @@ -40,12 +40,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 -- 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 9160dc5..4a7a6b4 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua @@ -14,7 +14,7 @@ -- In video mode 3, the maximum -- -- sprites on screen is 20, due of limit -- -- VRAM (4K) and CPU -- --- Default value is: -- +-- Default values are: -- -- RAM_TILE_COUNT=0 -- -- RAM_TILE_COUNT is needed to change to -- -- compile it. -- @@ -31,7 +31,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 -- @@ -40,12 +40,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 -- |