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