Previous 199869 Revisions Next

r34454 Sunday 18th January, 2015 at 08:58:09 UTC by Scott Stone
Compile fix (nw)
[src/emu/netlist]nl_dice_compat.h

trunk/src/emu/netlist/nl_dice_compat.h
r242965r242966
1313 * -------------------------------------------------------------------- */
1414
1515//#define CHIP(_n, _t) netlist.register_dev(NET_NEW(_t ## _dip), _n);
16#define CHIP(_n, _t) setup.register_dev( nL_alloc(nld_ ## _t ## _dip()), _n);
16#define CHIP(_n, _t) setup.register_dev( nl_alloc(nld_ ## _t ## _dip), _n);
1717
1818#define CONNECTION( ... ) CONNECTIONY( CONNECTIONX( __VA_ARGS__ ) )
1919#define CONNECTIONY(_a) _a


Previous 199869 Revisions Next


© 1997-2024 The MAME Team