Welcome, Guest. Please login or register.

Author Topic: VESA VBE Support  (Read 1570 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline fatman2021Topic starter

  • Full Member
  • ***
  • Join Date: Dec 2002
  • Posts: 118
    • Show all replies
    • http://www.geocities.com/fatman2021/
VESA VBE Support
« on: February 11, 2003, 11:32:21 PM »
mov ax, 4f03h
 mov bx,  gfxmode
 int 10h
 mov ah, 0ch
 mov al, color
 mov bh, page
 mov cx, Xaxis
 mov dx, Yaxis
 int 10h
 ret

 Will the above code work on the AmigaOne/AmigaOS? If not what changes should I make to the above code in order for it to work?