Thread: Screen Setup
View Single Post
Old 29 January 2020, 14:59   #4
timg
Registered User
 
Join Date: Jan 2020
Location: Saltash
Posts: 27
Thanks for the suggestions... I tried odd and even modulos at $18 but that still displayed the same as before.

I'm assuming that by "although I turn bitplane DMA on after setting bitplane pointers" you mean setting the screen type after the bitplanes like so:



Code:
CopList:	Dc.W	WINTL,$2C81,WINBR,$2CC1	; Window Size
	Dc.W	OVER1,$0038,OVER2,$00D0	; OverScan Values
	Dc.W	HWSCR,$0000,PRIOR,$0008	; HW Scroll + Priority
	Dc.W	ODMOD,$0018,EVMOD,$0018	; Odd+Even Modulos

	Dc.W	BPL1A,BASIC,BPL1B,$09FC	; Bitplane 1
	Dc.W	BPL2A,BASIC,BPL2B,$49FC	; Bitplane 2
	Dc.W	BPL3A,BASIC,BPL3B,$89FC	; Bitplane 3
	Dc.W	SCREN,LOWR3		; Screen Type
That did alter the display but also seems to have affected the sprites used to show the scores at the top, see attached... it's showing random flashes of blue so I guess the screen is even further out of sync?
Attached Thumbnails
Click image for larger version

Name:	Annotation 2020-01-29 135527.png
Views:	104
Size:	3.5 KB
ID:	66043  
timg is offline  
 
Page generated in 0.07676 seconds with 12 queries