From 245c9b7d7f37a37d20bdc224eb57b0aabea0cfe4 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 21 Dec 2016 15:23:03 -0300 Subject: Update graphics modes --- src/hardware_data/graphics/uze_atmega644_mode3.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/hardware_data/graphics/uze_atmega644_mode3.lua') diff --git a/src/hardware_data/graphics/uze_atmega644_mode3.lua b/src/hardware_data/graphics/uze_atmega644_mode3.lua index 26400f2..2bc1f52 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode3.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode3.lua @@ -1,5 +1,6 @@ return { screen = { + -- Scroll Mode and Static Mode can be changed by compilation -- scrollMode = { width = 224, height = 224, @@ -39,7 +40,9 @@ return { }, physic = false, sprites = { - onScreen = 20, + -- Max sprites on screen can be changed by compilation -- + onScreen = '>=20=<', + -- Max sprites on line are undocumented, but is visible 10 or more -- onLine = '>=10', palettes = { { -- cgit v1.2.3-54-g00ecf