diff options
-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 -- |