home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
CDRom
/
ASIMCDfs3,0MayorUpdate.LHA
/
arexx_samples
/
asimphoto
/
screen_mode.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-08-01
|
369 b
|
16 lines
/* This example will demonstrate the use of the screen mode command
in AsimPhoto.
(C)1993 Asimware Innovations */
ID_DBL_NTSC_HIRES = 32768
SCREEN_DEPTH = 6
address "AsimPhoto_ARexx.1"
screen_mode ID_DBL_NTSC_HIRES SCREEN_DEPTH /* open up a ntsc hires no flicker display on an AGA machine with 6 bitplanes */
exit