From aa86126fc2be9eabdfc46746967bca8e2f700162 Mon Sep 17 00:00:00 2001 From: Ryan Holtz Date: Thu, 6 Aug 2020 20:04:00 +0200 Subject: -fireone: Netlist sound now works other than the Alert trigger. [Ryan Holtz, Colin Howell, couriersud] --- src/devices/machine/netlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/machine/netlist.cpp') diff --git a/src/devices/machine/netlist.cpp b/src/devices/machine/netlist.cpp index c4c76dcb45f..915a0fe0b03 100644 --- a/src/devices/machine/netlist.cpp +++ b/src/devices/machine/netlist.cpp @@ -381,7 +381,7 @@ void netlist_mame_logic_input_device::write(const uint32_t val) const uint32_t v = (val >> m_shift) & 1; if (v != (*m_param)()) { - printf("write %s: %d\n", this->tag(), val); + LGODEBUG("write %s\n", this->tag()); synchronize(0, v); } } -- cgit v1.2.3