mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
359 B
C
14 lines
359 B
C
$NetBSD: patch-ym2612_support.h,v 1.1 2012/12/20 21:59:21 joerg Exp $
|
|
|
|
--- ym2612/support.h.orig 2005-08-27 09:12:29.000000000 +0000
|
|
+++ 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)
|