Results 1 to 2 of 2

Thread: Sequencer, sequencer index->

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,945

    Sequencer, sequencer index->

    Can any one here explain what the video? registers
    sequencer index (3c4h) and sequencer (3c5h) do exactly?

    I know they can be used to select bit planes in EGA/VGA
    modes like this:

    Code:
    mov al, 0x2
    mov dx, 0x3C4
    out dx, al
    
    mov al, bitplane
    mov dx, 0x3C5
    out dx, al
    What else do these registers do?

  2. #2
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    I found this:

    http://www.bsdg.org/swag/EGAVGA/0052.PAS.html

    Hope this helps.
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width