home *** CD-ROM | disk | FTP | other *** search
- /* 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
-