Previous 199869 Revisions Next

r33103 Saturday 1st November, 2014 at 08:25:14 UTC by Jürgen Buchmüller
The 'i' was part of the format. [nw]
[src/emu/bus/cpc]playcity.c

trunk/src/emu/bus/cpc/playcity.c
r241614r241615
151151   clk = clk / 2;  // YMZ294 has an internal /2 divider (not handled in AY core?)
152152   m_ymz1->ay_set_clock(clk);
153153   m_ymz2->ay_set_clock(clk);
154   popmessage("YMZ clocks set to %" I64FMT "iHz",clk);
154   popmessage("YMZ clocks set to %" I64FMT "Hz",clk);
155155}
156156


Previous 199869 Revisions Next


© 1997-2024 The MAME Team