1
0
Fork 0

Header updates.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3289
This commit is contained in:
Peter Veenstra 2009-02-01 14:24:38 +00:00
parent 4b1a5010f2
commit c90ebb3028
12 changed files with 27 additions and 42 deletions

View file

@ -16,6 +16,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: cmos.cpp,v 1.25 2009-02-01 14:24:37 qbix79 Exp $ */
#include <time.h>
#include "dosbox.h"
@ -23,7 +25,7 @@
#include "pic.h"
#include "inout.h"
#include "mem.h"
#include "bios.h"
#include "bios_disk.h"
#include "setup.h"
static struct {

View file

@ -16,13 +16,13 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: nullmodem.cpp,v 1.5 2008-12-19 15:20:35 qbix79 Exp $ */
/* $Id: nullmodem.cpp,v 1.6 2009-02-01 14:24:37 qbix79 Exp $ */
#include "dosbox.h"
#if C_MODEM
#include "setup.h" // CommandLine
#include "control.h"
#include "serialport.h"
#include "nullmodem.h"