mltcard.cpp

来自「djgpp bt878 capture for DOS」· C++ 代码 · 共 19 行

CPP
19
字号
#include "pci.h"
#include "dma.h"
#include "devlist.h"
#include "pcivideo.h"
#include "vesa.h"
#include "textout.h"
#include "graphics.h"
#include "hi2bw.h"
#include <stdio.h>
#include <bios.h>

void Start(PCI_VIDEO* cur_device, DMA_BUFFER* odd, DMA_BUFFER* even);
void DrawPicture(int vidbuf, int field);
void FullData(int vid_buff, int x, int y, int dx, int dy, short* data);


int main()
{
    DEVICE_LIST list;      // 岑ㄡ

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?