diff options
| author | 2015-06-24 07:36:50 +0200 | |
|---|---|---|
| committer | 2015-06-24 07:36:50 +0200 | |
| commit | d1583b9850d9fb45470648a515eb734e05fd926f (patch) | |
| tree | 33a4d9934bd2ff6c41526abe0ba06c1d1ea73eb6 /src/emu/netlist/devices/nld_system.h | |
| parent | 03a5bfa56fa4af400f6b9fb07a5e1333aa8fa52f (diff) | |
Cleanups and version bumpmame0163
Diffstat (limited to 'src/emu/netlist/devices/nld_system.h')
| -rw-r--r-- | src/emu/netlist/devices/nld_system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/netlist/devices/nld_system.h b/src/emu/netlist/devices/nld_system.h index 1da91d2a813..eb547c847e0 100644 --- a/src/emu/netlist/devices/nld_system.h +++ b/src/emu/netlist/devices/nld_system.h @@ -51,7 +51,7 @@ NET_C(_G, _name.G) \ NET_C(_OUT, _name.Q) -#define OPTIMIZE_FRONTIER(_attach, _r_in, _r_out) \ +#define OPTIMIZE_FRONTIER(_attach, _r_in, _r_out) \ setup.register_frontier(# _attach, _r_in, _r_out); #define RES_SWITCH(_name, _IN, _P1, _P2) \ |
