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 |
r241614 | r241615 | |
---|---|---|
151 | 151 | clk = clk / 2; // YMZ294 has an internal /2 divider (not handled in AY core?) |
152 | 152 | m_ymz1->ay_set_clock(clk); |
153 | 153 | m_ymz2->ay_set_clock(clk); |
154 | popmessage("YMZ clocks set to %" I64FMT " | |
154 | popmessage("YMZ clocks set to %" I64FMT "Hz",clk); | |
155 | 155 | } |
156 | 156 |
https://github.com/mamedev/mame/commit/eea7e62467775d403b21af001ad9dd6df7b9ac24 |
Previous | 199869 Revisions | Next |