BITWA O WYSPE 2 notes: At address B4FA (46330) the game tries to read from the joystick... at port 15h instead of 1Fh ! These two versions have been POKEd with 31 (decimal) at address 46331 to make the game playable. To restore the original [non-]functionality, POKE 46331,21. The "Keyboard/Joystick" selection screen *DOES NOTHING*. Well, actually, it does seem to modify the length of a delay loop, but that has nothing to do with the control method. The game supports both keyboard and joystick simultaneously anyways. Gameplay notes: - You control the North army. - There are three types of units: 1) Infantry (max 4 moves) 2) Tanks (max 5 moves) 3) Artillery (max 3 moves + fire) - Only artilleries fire at a distance, other pieces fight "hand-to-hand". - Terrain affects units. - To select a unit, scroll the screen, press fire and "click" the unit's FLAG, then move it. When moving artillery, you will also have to specify a location for it to shoot at. A unit with a square instead of the flag is either being moved, or unavailable until the next turn. You CANNOT move the artillery unless in the "Move artillery phase". One should be advised that the game is quite buggy when it comes to keeping track of what units have been moved. - Press ENTER to switch to the next phase (move artillery, computer's move, etc.) Typed by Illusion!