summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua')
-rw-r--r--src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua19
1 files changed, 19 insertions, 0 deletions
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 09acde8..9160dc5 100644
--- a/src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua
+++ b/src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua
@@ -9,6 +9,25 @@
-- SCROLLING=0 (Static Mode) --
-- SCROLLING=1 (Scroll Mode) --
-- --
+-- Maximum sprites on screen and RAM tiles --
+-- can be changed by compilation. --
+-- In video mode 3, the maximum --
+-- sprites on screen is 20, due of limit --
+-- VRAM (4K) and CPU --
+-- Default value is: --
+-- RAM_TILE_COUNT=0 --
+-- RAM_TILE_COUNT is needed to change to --
+-- compile it. --
+-- MAX_SPRITES=32 (20) --
+-- MAX_RAMTILES=60 --
+-- Available values are: --
+-- RAM_TILE_COUNT=1 to --
+-- RAM_TILE_COUNT=255 --
+-- MAX_SPRITES=1 to MAX_SPRITES=20 or more, --
+-- but is not recomended, due of hardware --
+-- limitation. --
+-- MAX_RAMTILES=60 (unchangeable) --
+-- --
-- Horizontal tiles on screen and/or VRAM, --
-- can be changed by compilation, --
-- but is not recomended. --