Fix compile. No WN

This commit is contained in:
Couriersud 2014-01-12 18:06:50 +00:00
parent 5d4634c558
commit 0fd45f92af

View File

@ -231,7 +231,7 @@ void netlist_mame_device_t::device_reset()
LOG_DEV_CALLS(("device_reset\n"));
m_old = netlist_time::zero;
m_rem = 0;
netlist().reset();
netlist().do_reset();
}
void netlist_mame_device_t::device_stop()