mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
c2040fdc.c: fix MSVC compile (nw)
This commit is contained in:
parent
43d062e312
commit
9a14605782
@ -653,7 +653,7 @@ void c8050_fdc_t::live_start()
|
||||
cur_live.rw_sel = m_rw_sel;
|
||||
cur_live.pi = m_pi;
|
||||
|
||||
pll_reset(cur_live.tm, attotime::from_hz(0));
|
||||
pll_reset(cur_live.tm, attotime::from_double(0));
|
||||
checkpoint_live = cur_live;
|
||||
pll_save_checkpoint();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user