View Single Post
Old 15 March 2014, 10:21   #3
JPQ
Registered User
 
Join Date: Mar 2014
Location: Akaa
Posts: 57
Now i tired this: at least fs-uae graphics shows things what i dont want and graphics also flickers very much. still very likely problem is not fs-uae. becouse all other programs what i tested works fine even impossible mission 2025 which uses dualplayfield i bet. and i also bet is more heavy for emulator...

originally i try way wich worked real amiga fine non dual playfield display.(at least when i use older AmiBlitz).
i can position odd and even bitplanes own position using ShowB,and ShowF. to get specialfx.

NoCli
WBStartup
BLITZ

BitMap 0,320,256,1
BitMap 1,320,256,1
BitMap 2,320,256,1
BitMap 3,256,256,1
Slice 0,42,$fff8

For bm=0 To 3
Use BitMap bm
Cls 0
Next
RGB 0,08,05,04
RGB 1,15,05,03
RGB 2,08,12,03
RGB 3,15,12,03
Repeat
las=las+1
If las>3599 Then lask=0
bmap=2-bmap
Use BitMap bmap
;Cls 0
Circlef 160+Sin(las/360*Pi)*127,128+Cos(las/180*Pi)*127,30,1
Use BitMap bmap+1
;Cls 0
Circlef 160+Sin(las/120*Pi)*127,128+Cos(las/360*Pi)*127,30,1
ShowB bmap
ShowF bmap+1
VWait
Until Joyb(0)=1
End
Attached Files
File Type: txt problem.txt (490 Bytes, 240 views)
JPQ is offline  
 
Page generated in 0.04868 seconds with 12 queries