summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/tms9902.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/tms9902.c')
-rw-r--r--src/emu/machine/tms9902.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/tms9902.c b/src/emu/machine/tms9902.c
index 6bd10ac85a4..557da504f96 100644
--- a/src/emu/machine/tms9902.c
+++ b/src/emu/machine/tms9902.c
@@ -335,7 +335,7 @@ void tms9902_device::set_receive_data_rate()
// Thus the callback function should add up this value on each poll
// and deliver a data input not before it sums up to 1.
m_baudpoll = (double)(baud / (10*POLLING_FREQ));
- if (VERBOSE>3) LOG ("TMS9902: baudpoll = %lf\n", m_baudpoll);
+ if (VERBOSE>3) LOG ("TMS9902: baudpoll = %f\n", m_baudpoll);
m_last_config_value = value;
m_ctrl_cb((offs_t)CONFIG, RATERECV);