mirror of
https://github.com/holub/mame
synced 2025-06-23 04:48:37 +03:00
Added NODE(x) macro to avoid avoid (NODE_00 + 3) in code.
This commit is contained in:
parent
edf72c9bf9
commit
4e4c63ba21
@ -3711,6 +3711,7 @@ enum { NODE_00=0x40000000
|
|||||||
#define NODE_START NODE_00
|
#define NODE_START NODE_00
|
||||||
#define NODE_END NODE_SPECIAL
|
#define NODE_END NODE_SPECIAL
|
||||||
|
|
||||||
|
#define NODE(_x) (NODE_00+(_x))
|
||||||
|
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user