license info added to Pico directory
[cyclone68000.git] / Pico / driver.h
CommitLineData
4abeeb4b 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
15eb0001 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
17int YM2612UpdateReq(int nChip);\r
18int AY8910_set_clock(int nChip,int nClock);\r
19//int Log(int nType,char *szText,...);\r
20extern 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