X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fpc%2Fsvga-video.h;fp=drivers%2Fpc%2Fsvga-video.h;h=0000000000000000000000000000000000000000;hp=e0a991b9581856c174f279dedd4717f220f21cc8;hb=9e1b19d04e5020bfbfe2edfbc701543c8fa53e40;hpb=15300263784975ac57355208762caa5ef7906624 diff --git a/drivers/pc/svga-video.h b/drivers/pc/svga-video.h deleted file mode 100644 index e0a991b..0000000 --- a/drivers/pc/svga-video.h +++ /dev/null @@ -1,32 +0,0 @@ -/* FCE Ultra - NES/Famicom Emulator - * - * Copyright notice for this file: - * Copyright (C) 2002 Ben Parnell - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -extern int vmode; - -#ifdef FRAMESKIP -extern int FCEUDfskip; -#endif - -void LockConsole(void); -void UnlockConsole(void); -int InitVideo(void); -void KillVideo(void); -void FCEUD_BlitScreen(uint8 *XBuf); -