JUNGLE HUNT ----------- Tarzan-type game (swinging on vines etc) Technical --------- Game crashed with divide overflow error (unable to cope with non-CGA). These DEBUG bytes were changed: 4B05-4B06: F6 F2 -> 90 90 Remove offending divide instruction 4B0A : EE -> 90 Remove code that depended on divide instruction 4B0D-4B0E: 75 DA -> 90 90 Remove code that depended on divide instruction