mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
11 lines
252 B
C
11 lines
252 B
C
--- ym2612/support.h.orig
|
|
+++ ym2612/support.h
|
|
@@ -3,7 +3,7 @@
|
|
#include "config.h"
|
|
|
|
#define errorlog 0
|
|
-#define INLINE inline
|
|
+#define INLINE static inline
|
|
#define HAS_YM2612 1
|
|
#define YM2612UpdateRequest(x)
|
|
#define AY8910_set_clock(chip,clock)
|