The Targis executable in aminet/jump/targis.lha has a bug in it--it won't work on PAL systems. This can be fixed by changing the bytes $6600, $fffe to $4e71, $4e71 This code is at offset $656 into the file "targis". The code checks to make sure the lines/field is 60, and if it isn't it does hangs up in the here: bne here The patch replaces this with two nops so it will work on PAL machines. -David Ashley dash@netcom.com