MSX Computer Magazine Italia
----------------------------

The MSX Basic programs and games were originally made available at:
https://www.edicola8bit.com/

All the programs were originally in italian.

Converted from cassette to ASCII and translated from italian to english by MarMSX.


Special note for Battaglia Navale
---------------------------------

This game was originally designed to run from a MSX tape with no disk-drive. This configuration grants at least 28 Kb of free memory on Basic.

In order to adapt the game to run on a MSX with disk-drives, the following procedures were done to save memory:
* The single file was split into two parts: the opening and the game.
* On the second part, the sprite coding was removed. It was replaced by a file "BT2.SPR" containting the sprite data.

Although these things could save a great amount of memory, the game still using extra memory to store data. In that case, it is necessary to boot holding CONTROL key to free more memory. This grant the game to run without overflowing memory (out of data).


The game is available in three different languages: italian (original), english and portuguese.

Files:

autoexec.bas - run automatically. It checks if free memory is ok and list all available game languages.
batnav.bas - original file. This cannot be loaded from a disk-drive.
bt2.spr - sprite data.

btsh_en.bas - game opening in english
btsh_e2.bas - game in english

btsh_it.bas - game opening in italian
btsh_i2.bas - game in italian

btsh_pt.bas - game opening in portuguese
btsh_p2.bas - game in portuguese
