restructure the repository to be Cyclone only
[cyclone68000.git] / Pico / driver.h
diff --git a/Pico/driver.h b/Pico/driver.h
deleted file mode 100644 (file)
index 14439af..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-\r
-// This file is part of the PicoDrive Megadrive Emulator\r
-\r
-// Copyright (c) 2011 FinalDave (emudave (at) gmail.com)\r
-\r
-// This code is licensed under the GNU General Public License version 2.0 and the MAME License.\r
-// You can choose the license that has the most advantages for you.\r
-\r
-// SVN repository can be found at http://code.google.com/p/cyclone68000/\r
-\r
-// Drive filler file for ym2612.c\r
-#undef INLINE\r
-#define INLINE __inline\r
-\r
-#define CLIB_DECL \r
-#define INTERNAL_TIMER\r
-\r
-// Callbacks from fm.c\r
-int YM2612UpdateReq(int nChip);\r
-int AY8910_set_clock(int nChip,int nClock);\r
-//int Log(int nType,char *szText,...);\r
-extern void *errorlog;\r
-\r
-#ifndef __GNUC__\r
-#pragma warning (disable:4100)\r
-#pragma warning (disable:4244)\r
-#pragma warning (disable:4245)\r
-#pragma warning (disable:4710)\r
-#endif\r