gpfce patch part2
[fceu.git] / drivers / cli / dos.h
diff --git a/drivers/cli/dos.h b/drivers/cli/dos.h
deleted file mode 100644 (file)
index 05bc8e5..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/* FCE Ultra - NES/Famicom Emulator\r
- *\r
- * Copyright notice for this file:\r
- *  Copyright (C) 2002 Ben Parnell\r
- *\r
- * This program is free software; you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation; either version 2 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * This program is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
- */\r
-\r
-#include "../../driver.h"\r
-#include "main.h"\r
-\r
-extern int eoptions;\r
-extern int soundo;\r
-void DOSMemSet(uint32 A, uint8 V, uint32 count);\r
-#define DO_CLIPSIDES    1\r
-\r