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