From 655bfff256169b99eccda06216dcaae31a475b02 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 23 Dec 2018 09:44:47 +1100 Subject: srcclean (nw) --- src/mame/drivers/overdriv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mame/drivers/overdriv.cpp') diff --git a/src/mame/drivers/overdriv.cpp b/src/mame/drivers/overdriv.cpp index efb35042f87..7e6f1e58ec7 100644 --- a/src/mame/drivers/overdriv.cpp +++ b/src/mame/drivers/overdriv.cpp @@ -340,8 +340,8 @@ void overdriv_state::overdriv(machine_config &config) MC6809E(config, m_audiocpu, XTAL(3'579'545)); /* 1.789 MHz?? This might be the right speed, but ROM testing */ m_audiocpu->set_addrmap(AS_PROGRAM, &overdriv_state::overdriv_sound_map); /* takes a little too much (the counter wraps from 0000 to 9999). */ - /* This might just mean that the video refresh rate is less than */ - /* 60 fps, that's how I fixed it for now. */ + /* This might just mean that the video refresh rate is less than */ + /* 60 fps, that's how I fixed it for now. */ config.m_minimum_quantum = attotime::from_hz(12000); -- cgit v1.2.3