View Single Post
Old 14 May 2021, 22:25   #11
ross
Defendit numerus
 
ross's Avatar
 
Join Date: Mar 2017
Location: Crossing the Rubicon
Age: 53
Posts: 4,475
What I would do:

- realign the image:
Code:
    cnop    0,8
image_data:
	dcb.b	36,0
    incbin	"title256.raw"
- skip the first line now invalid:
Code:
        move.l #image_data+40,d1
- better setup the fetches and modulo:
Code:
        move.w #$00b0,ddfstop(a5)
...
        move.w #$0,bpl1mod(a5)                ; modulo de tous les plans = 40
        move.w #$0,bpl2mod(a5)
- adjust the view:
Code:
        move.w #$20C1,diwstop(a5)             ; la fenĂȘtre Ă©cran
Try it

ah!, and also remove this damn:
Code:
        clr.w copjmp1(a5)
ross is offline  
 
Page generated in 0.04505 seconds with 11 queries