From 4e4c63ba21054d3810c5f49604569f36deace9b2 Mon Sep 17 00:00:00 2001 From: Couriersud Date: Sat, 29 Mar 2008 23:06:29 +0000 Subject: [PATCH] Added NODE(x) macro to avoid avoid (NODE_00 + 3) in code. --- src/emu/sound/discrete.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/emu/sound/discrete.h b/src/emu/sound/discrete.h index 276aa59f537..d65fc982047 100644 --- a/src/emu/sound/discrete.h +++ b/src/emu/sound/discrete.h @@ -3710,7 +3710,8 @@ enum { NODE_00=0x40000000 #define NODE_START NODE_00 #define NODE_END NODE_SPECIAL - + +#define NODE(_x) (NODE_00+(_x)) /*************************************