代码搜索:VESA
找到约 479 项符合「VESA」的源代码
代码结果 479
www.eeworm.com/read/143053/12902344
h vesa.h
#ifndef _PYOS_VESA_H_
#define _PYOS_VESA_H_
/***********************************
* vesa 驱动程序 *
* 现在处理的是 800 * 600 ( 5:5:5 ) *
***********************************/
extern c
www.eeworm.com/read/143053/12902393
c vesa.c
#include "vesa.h"
#include "bmp.h"
/*****************************************************
* 数据声明部份 *
*****************************************************/
www.eeworm.com/read/314504/13565409
drv vesa.drv
www.eeworm.com/read/125688/6025360
c vesa.c
/*-
* Copyright (c) 1998 Kazutaka YOKOTA and Michael Smith
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/125688/6025412
h vesa.h
/*-
* Copyright (c) 1998 Michael Smith and Kazutaka YOKOTA
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/178183/6352041
drv vesa.drv
www.eeworm.com/read/487571/6503868
drv vesa.drv
www.eeworm.com/read/408260/11400747
h vesa.h
#ifndef _VESA_
#define _VESA_
int VBE_detect(void);
short VESA_InitGraphics(int x, int y);
void VESA_EndGraphics();
void VESA_ScreenCopy(long offset, void * src, long ncopy);
#endif
www.eeworm.com/read/408260/11400750
cpp vesa.cpp
//#include "os.h"
//#ifdef OS_DOS
/****************************************************************************
* VBE 2.0 Linear Framebuffer Utilities
* Base C
www.eeworm.com/read/406901/11433043
txt vesa.txt
The VESA BIOS interface is a software interface for detection capabilities,
setting modes and setting the bank register.
VESA 1.0 VESA Standard #VS891001
VESA 1.1 VESA Standard #VS900602
VES