summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/macro/nlm_other.h
blob: c658b0dfbb351a57ca91ab92ec4dd8f386149ad0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef NLM_OTHER_H_
#define NLM_OTHER_H_

#include "../nl_setup.h"

#ifndef __PLIB_PREPROCESSOR__

/* ----------------------------------------------------------------------------
 *  Netlist Macros
 * ---------------------------------------------------------------------------*/

#define MC14584B_GATE(_name)                      		                       \
		NET_REGISTER_DEV(MC14584B_GATE, _name)

#define MC14584B_DIP(_name)            	        		                       \
		NET_REGISTER_DEV(MC14584B_DIP, _name)


/* ----------------------------------------------------------------------------
 *  External declarations
 * ---------------------------------------------------------------------------*/

NETLIST_EXTERNAL(otheric_lib)

#endif

#endif