[comp.sys.amiga.games] Games that dont load...

sschaem@starnet.uucp (Stephan Schaem) (05/29/91)

 Just a short work to games with boot sectors...
 If you have a assembler and diskx (Or boot saver):

	JMP	Boot+$c

Boot:	incbin	'myboot'

Put whatever you need in front of the jmp, like puting your amiga in
PAL mode, turn cache off, seting the VBR register etc...
Its very little work and will make alot of games work.
And if the file is <1024 byte replace the old boot if posible, or take
a change by placing your file on track 80 (not recomanded!, but work).

If anybody dont have an assembler you can send me you game boot sector
and I will make an executable for you.Hope this will help some of you
having problem running those games!

							Stephan.