|
Atari coding BBS
Re: GFX routines GFA or Omicron |
Posted by: SWE/YC
|
Jan,14.2005-17:18
|
Displaying PI1 picture is quite easy in GFA and
it shouldnt be a prob in omicron...
Here:
INLINE pic%,32066 'reserve space
BLOAD "pic.pi1", pic% 'load picture to pic% adress
VOID XBIOS(6,L:pic%+2) 'set palete
ADD pic%,34 'skip header
BMOVE pic%, XBIOS(2),32000 'move pic to screen
Instead of INLINE reserving u better use
MXALLOC OS calls or this form:
DIM picbuff|(32066)
pic%=VARPTR(picbuff|(0))
Janez
|
[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.
|