pit_wrap.cc never uses the realtime stuff anymore.

This commit is contained in:
Gregory Alexander 2003-02-18 16:57:44 +00:00
parent b77b477bfa
commit de1b90d978

View File

@ -1,5 +1,5 @@
////////////////////////////////////////////////////////////////////////
// $Id: pit_wrap.cc,v 1.46 2003-02-18 16:54:48 yakovlev Exp $
// $Id: pit_wrap.cc,v 1.47 2003-02-18 16:57:44 yakovlev Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002 MandrakeSoft S.A.
@ -198,7 +198,7 @@ bx_pit_c::init( void )
BX_PIT_THIS s.speaker_data_on = 0;
BX_PIT_THIS s.refresh_clock_div2 = 0;
BX_PIT_THIS s.use_realtime = bx_options.Orealtime_pit->get ();
BX_PIT_THIS s.use_realtime = 0 ; // was: bx_options.Orealtime_pit->get ();
BX_PIT_THIS s.timer.init();