JOUST ATARI ----- Technical --------- Game loaded itself into low memory which crashed the computer. These DEBUG bytes were changed: 011B-0131: B8 60 00 8E C0 BF 00 00 BE 80 01 B9 80 00 F3 A4 31 C0 8E D0 BC 00 0F -> All 90s -> Remove bodgy loader code 0138-0139: EA 00 -> EB 46 -> Remove jump to bodgy loader; jump to existing code instead 0190-0191: C0 48 -> 90 90 0193-019B: 48 BB 00 00 8E D3 BC 00 0F -> All 90 -> Remove more bodgy code 01A0 : 09 -> 39 -> Reflect new position of code 23DC-23EF: 43 72 61 63 6B 65 64 20 62 79 20 53 70 61 72 74 61 63 75 73 -> 20 20 20 20 47 61 6D 65 20 4F 70 74 69 6F 6E 73 20 20 20 20 -> Replace 'cracked by' message with original words in config screen. D2BC, D48B, D4BC, D4F1: 01 -> 31 -> Reflect new position of code D968,D96C: 90 -> EF -> Fix the broken code, so that cursor will be off in options screen