The 'i' was part of the format. [nw]

This commit is contained in:
jbu 2014-11-01 09:25:14 +01:00
parent 06928ee626
commit eea7e62467

View File

@ -151,6 +151,6 @@ void cpc_playcity_device::update_ymz_clock()
clk = clk / 2; // YMZ294 has an internal /2 divider (not handled in AY core?)
m_ymz1->ay_set_clock(clk);
m_ymz2->ay_set_clock(clk);
popmessage("YMZ clocks set to %" I64FMT "iHz",clk);
popmessage("YMZ clocks set to %" I64FMT "Hz",clk);
}