summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dm7000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dm7000.cpp')
-rw-r--r--src/mame/drivers/dm7000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dm7000.cpp b/src/mame/drivers/dm7000.cpp
index 20c5e0bd787..24a6fe48f2c 100644
--- a/src/mame/drivers/dm7000.cpp
+++ b/src/mame/drivers/dm7000.cpp
@@ -43,7 +43,7 @@
#define VERBOSE_LEVEL ( 9 )
-INLINE void ATTR_PRINTF(3,4) verboselog( device_t &device, int n_level, const char *s_fmt, ...)
+static inline void ATTR_PRINTF(3,4) verboselog( device_t &device, int n_level, const char *s_fmt, ...)
{
if (VERBOSE_LEVEL >= n_level)
{