mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
The 'i' was part of the format. [nw]
This commit is contained in:
parent
06928ee626
commit
eea7e62467
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user