diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-12-22 03:07:54 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-12-22 03:07:54 -0300 |
commit | baab1aad2b5940de4de9335d947bc404f9926a17 (patch) | |
tree | ba332a79265603c427d0aacb98fa8eb12d0bc6bc | |
parent | 64e690a9e5f67a4e5f28051b7770fa9055401fe3 (diff) |
Minor fix
-rw-r--r-- | src/hardware_data/graphics/uze_atmega644_mode3.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware_data/graphics/uze_atmega644_mode3.lua b/src/hardware_data/graphics/uze_atmega644_mode3.lua index 6e89308..89e3bf5 100644 --- a/src/hardware_data/graphics/uze_atmega644_mode3.lua +++ b/src/hardware_data/graphics/uze_atmega644_mode3.lua @@ -43,7 +43,7 @@ return { physic = false, sprites = { -- Max sprites on screen can be changed by compilation -- - -- Default is 20 sprites for 4kB RAM and 20Mhz CPU -- + -- Default is 20 sprites for 4kB RAM and 10Mhz CPU -- -- It needs ajust ramtiles in compilation for -- -- implement more tiles in a megatile -- -- 1 ramtiles consumes 64B RAM -- |