mirror of
https://github.com/holub/mame
synced 2025-04-27 10:43:07 +03:00
Fix compile error (nw)
This commit is contained in:
parent
35876ea664
commit
504feac4e8
@ -382,7 +382,7 @@ netlist_base_t::~netlist_base_t()
|
|||||||
void netlist_base_t::set_clock_freq(UINT64 clockfreq)
|
void netlist_base_t::set_clock_freq(UINT64 clockfreq)
|
||||||
{
|
{
|
||||||
m_div = netlist_time::from_hz(clockfreq).as_raw();
|
m_div = netlist_time::from_hz(clockfreq).as_raw();
|
||||||
VERBOSE_OUT(("Setting clock %lld and divisor %d\n", clockfreq, m_div));
|
VERBOSE_OUT(("Setting clock %" I64FMT "d and divisor %d\n", clockfreq, m_div));
|
||||||
}
|
}
|
||||||
|
|
||||||
ATTR_HOT ATTR_ALIGN void netlist_base_t::update_time(const netlist_time t, INT32 &atime)
|
ATTR_HOT ATTR_ALIGN void netlist_base_t::update_time(const netlist_time t, INT32 &atime)
|
||||||
|
Loading…
Reference in New Issue
Block a user