|  | Atari coding BBS
 
 
 
| Re: STE shifter sync | 
|---|
 
| Posted by: Bod | Jun,29.2009-18:48 |  
| You dont't need to allocate video-ram, just point the video to the incbin'ed screen data.
 
 move.l #piccy,d0
 move.b d0,d1
 lsr.l  #8,d0
 move.b d0,$fffff8203.w
 lsr.w  #8,d0
 move.b d0,$fffff8201.w
 move.b d1,$fffff820d.w
 
 piccy: incbin mypic.spu
 
 
 |  
 
 
 
 
 [All messages in this thread]      [Start new thread]
 
 
 
 What's the anti-troll code?
 That's your personal code to be able to add comments and messages on the dhs.nu site.
 Don't have a code or forgot it? Fix it here.
 |