summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/fm.h')
-rw-r--r--src/emu/sound/fm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/fm.h b/src/emu/sound/fm.h
index 6a195006fc0..120ca9bdea8 100644
--- a/src/emu/sound/fm.h
+++ b/src/emu/sound/fm.h
@@ -42,7 +42,7 @@ struct _ssg_callbacks
#if FM_BUSY_FLAG_SUPPORT
#define TIME_TYPE attotime
#define UNDEFINED_TIME attotime::zero
-#define FM_GET_TIME_NOW(machine) machine->time()
+#define FM_GET_TIME_NOW(machine) (machine)->time()
#define ADD_TIMES(t1, t2) ((t1) + (t2))
#define COMPARE_TIMES(t1, t2) (((t1) == (t2)) ? 0 : ((t1) < (t2)) ? -1 : 1)
#define MULTIPLY_TIME_BY_INT(t,i) ((t) * (i))