summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices/nld_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/devices/nld_log.h')
-rw-r--r--src/emu/netlist/devices/nld_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/netlist/devices/nld_log.h b/src/emu/netlist/devices/nld_log.h
index 4b768b66b82..9f7431ed1ee 100644
--- a/src/emu/netlist/devices/nld_log.h
+++ b/src/emu/netlist/devices/nld_log.h
@@ -21,7 +21,7 @@
#include "../nl_base.h"
#define LOG(_name, _I) \
- NET_REGISTER_DEV(ÖPG, _name) \
+ NET_REGISTER_DEV(??PG, _name) \
NET_CONNECT(_name, I, _I)
NETLIB_NAMESPACE_DEVICES_START()