From c1a4e2d41cd9da265077ba3f9990b0023261ddb1 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 30 Dec 2016 18:35:09 -0300 Subject: Update graphics modes: add more uze_atmega644_mode{,1}3 descritions --- .../graphics/uze_atmega644_mode3_static-mode.lua | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/hardware_data/graphics/uze_atmega644_mode3_static-mode.lua') 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. -- -- cgit v1.2.3-54-g00ecf