File: driver.h

package info (click to toggle)
dgen 1.23-10
  • links: PTS
  • area: non-free
  • in suites: lenny, squeeze
  • size: 2,176 kB
  • ctags: 3,085
  • sloc: ansic: 45,403; cpp: 4,405; sh: 1,960; makefile: 86
file content (17 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Dave's driver.h 'filler' file

#define INLINE /**/
//#define __inline__ /**/
//#define BUILD_OPN
//#define BUILD_YM2612
//#define SEG_SUPPORT

//#define INTERNAL_TIMER      // use internal timer

// Dave : I don't know what's going on here...
//#ifdef INTERNAL_TIMER
//void YM2612UpdateReq(int chip)
//{
//}
//#endif