Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>video_page()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VIDEO_PAGE()
   Provides multiple pages with graphics modes.

   Syntax
         VIDEO_PAGE(nView,nWrite)

   Arguments
         nView       Sets the page to be displayed.
         nWrite      Sets the page to be written to.

  +------------------------------------------------------------------------+
  |                     |No. of pages available with this amount of memory:|
  ----------------------+--------------------------------------------------|
  |BIOS mode            | 128K                   | 256K                    |
  ----------------------+------------------------+-------------------------|
  |13 (320x200 16 color)|4                       |8                        |
  |14 (640x200 16 color)|2                       |4                        |
  |15 (640x350 1 color) |1                       |2                        |
  |16 (640x350 16 color)|1                       |2                        |
  |18 (640x480 16 color)|0                       |1.5                      |
  +------------------------------------------------------------------------+

   Returns
         None

   Description
         VIDEO_PAGE() can be used with graphics modes that provide more than
         a single graphics page. nView is the page number of the page being
         displayed. nWrite is the page that graphics will be written to.
         Page numbering begins with 0.

See Also: COPY_VPAGE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson