summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices/nld_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/devices/nld_system.h')
-rw-r--r--src/emu/netlist/devices/nld_system.h2
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) \