diff osdep/vbelib.h @ 12660:430a71a762b4

neomagic tv out support throught vesa vbe, patch by Rudolf Marek
author alex
date Fri, 25 Jun 2004 17:29:18 +0000
parents edfe34c5405d
children
line wrap: on
line diff
--- a/osdep/vbelib.h	Fri Jun 25 17:19:58 2004 +0000
+++ b/osdep/vbelib.h	Fri Jun 25 17:29:18 2004 +0000
@@ -82,6 +82,8 @@
 #define MODE_WIN_RELOCATABLE 	(1 << 0)
 #define MODE_WIN_READABLE 	(1 << 1)
 #define MODE_WIN_WRITEABLE 	(1 << 2)
+#define NEO_PAL 0
+#define NEO_NTSC 1
 
 /* SuperVGA mode information block */
 struct VesaModeInfoBlock {
@@ -211,6 +213,7 @@
 extern int vbeGetDisplayStart(unsigned *pixel_num,unsigned *scan_line);
 extern int vbeSetDisplayStart(unsigned long offset, int vsync);
 extern int vbeSetScheduledDisplayStart(unsigned long offset, int vsync);
+extern int vbeSetTV(unsigned int vesa_mode,unsigned int TV_mode);
 /*
    Func 0x08-0x09:
    Support of palette currently is not implemented.