GALAXIAN ATARI -------- Technical --------- This game loaded itself into low memory, crashing the computer. It also had the name of someone who supposedly had 'cracked' it. These DEBUG bytes were changed: 0121-0122: B9 80 -> EB 5D -> Skip bodgy loader; jump to next section instead 0180-018D: BE 00 0F BF 00 0F B9 00 E1 F3 A4 31 C0 90 -> 8C C8 05 00 01 50 31 C0 50 89 C3 90 90 CB -> Skip bodgy loader; calculate what CS should be and RETF there. 1787 : EE -> 90 -> Fix screen problem on 25mhz 386 computer DBB6-DBBA: 43 61 6C 6C 3A -> 20 20 20 20 20 DBBC-DBCC: 52 6F 6D 61 6E 20 46 6F 72 75 6D 20 28 34 31 35 29 -> 20 20 20 20 47 61 6D 65 20 4F 70 74 69 6F 6E 73 20 DBCE-DBD5: 33 32 38 2D 35 39 31 36 -> 20 20 20 20 20 20 20 20 DBD8-DBDA: 20 20 20 -> 4B 65 79 DBDC-DBE2: 43 72 61 63 6B 65 64 -> 20 41 63 74 69 6F 6E DBE4-DBE5: 62 79 -> 6F 72 DBE7-DBEF: 53 70 61 72 74 61 63 75 73 -> 45 66 66 65 63 74 20 20 20 -> Replace 'cracked by' message with original words in config screen.