mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-22 04:01:11 +00:00
Finally get rid of bogus outb def
This commit is contained in:
parent
336d0fbee0
commit
5553c1ab5a
1 changed files with 0 additions and 9 deletions
|
@ -506,10 +506,6 @@ VID_Init(unsigned char *palette)
|
||||||
|
|
||||||
if (svgalib_inited) return;
|
if (svgalib_inited) return;
|
||||||
|
|
||||||
#if 0
|
|
||||||
Cmd_AddCommand ("gamma", VID_Gamma_f);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (UseDisplay) {
|
if (UseDisplay) {
|
||||||
err = vga_init();
|
err = vga_init();
|
||||||
if (err)
|
if (err)
|
||||||
|
@ -705,11 +701,6 @@ void VID_SetCaption (char *text)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void outb(unsigned char value, unsigned short port)
|
|
||||||
{
|
|
||||||
__asm__ __volatile__ ("outb %b0,%w1" : : "a" (value) , "Nd" (port));
|
|
||||||
}
|
|
||||||
|
|
||||||
void VID_HandlePause (qboolean pause)
|
void VID_HandlePause (qboolean pause)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue