[net.micro.amiga] DOCUMENTATION FLAME OFF!!

rodb@tektronix.UUCP (Rod Belshee ) (10/25/85)

	I previously posted a FLAME about the documentation.
	After speaking with AMIGA support I have calmed down
	a bit.
	It seams that there is a discrepancy between the 
	First half and the Last half of the manual.
	In particular the interface definition of the
	MakeVPort(&v,&vp,&ri,&ri) call's in the front and the
	MakeVPort(a0,a1) assembler interface definition in the
	back.

	TRUST THE ASSEMBLER INTERFACE DISCRIPTION.

	Amiga is reduing the ROM Kernal Manual and it should
	be out soon.

	For those of you who are care the following changes
	have to be made to the program found on page 8-29.

		1. change include <hardware/dma.h> 
			  include <hardware/dmabits.h>
		2. delete inlcude <hardware/regs.h>
		3. change BitMap *b
			  BitMap b
		4. delete OFF_DISPLAY
		5. delete ON_DISPLAY
		6. delete call to Panic()
		7. change "graphics"
			to "graphics.library"
		8. add.*******
			vp.RastInfo = &ri; before MakeVPort call
		9. delete last 2 parameters in the call to MakeVPort();
	
	I forgot to ask but I don't think the call to Debug should be
	there either.

	If anybody else gets' info please take a minute to post it
	thanks.

		Curt Jutzi
		
		tektronix!gpp1!golem!jutz
		tektronix!rodb