4070650c7788eef7685499fc3f54335141bd0ed5
[cyclone68000.git] / Pico / driver.h
1 \r
2 // This file is part of the PicoDrive Megadrive Emulator\r
3 \r
4 // This code is licensed under the GNU General Public License version 2.0 and the MAME License.\r
5 // You can choose the license that has the most advantages for you.\r
6 \r
7 // SVN repository can be found at http://code.google.com/p/cyclone68000/\r
8 \r
9 // Drive filler file for ym2612.c\r
10 #undef INLINE\r
11 #define INLINE __inline\r
12 \r
13 #define CLIB_DECL \r
14 #define INTERNAL_TIMER\r
15 \r
16 // Callbacks from fm.c\r
17 int YM2612UpdateReq(int nChip);\r
18 int AY8910_set_clock(int nChip,int nClock);\r
19 //int Log(int nType,char *szText,...);\r
20 extern void *errorlog;\r
21 \r
22 #ifndef __GNUC__\r
23 #pragma warning (disable:4100)\r
24 #pragma warning (disable:4244)\r
25 #pragma warning (disable:4245)\r
26 #pragma warning (disable:4710)\r
27 #endif\r