Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218320
Collapse All | Expand All

(-)/tmp/dosbox-0.72/src/dos/cdrom_image.cpp (-1 / +1 lines)
Lines 23-29 Link Here
23
#include <cstdio>
23
#include <cstdio>
24
#include <fstream>
24
#include <fstream>
25
#include <iostream>
25
#include <iostream>
26
#include <limits.h>
26
#include <limits>
27
#include <sstream>
27
#include <sstream>
28
#include <vector>
28
#include <vector>
29
#include <sys/stat.h>
29
#include <sys/stat.h>
(-)/tmp/dosbox-0.72/src/hardware/gameblaster.cpp (+1 lines)
Lines 24-29 Link Here
24
#include "hardware.h"
24
#include "hardware.h"
25
#include "setup.h"
25
#include "setup.h"
26
#include "pic.h"
26
#include "pic.h"
27
#include <cstring>
27
28
28
#define LEFT	0x00
29
#define LEFT	0x00
29
#define RIGHT	0x01
30
#define RIGHT	0x01
(-)/tmp/dosbox-0.72/src/hardware/tandy_sound.cpp (+1 lines)
Lines 28-33 Link Here
28
#include "setup.h"
28
#include "setup.h"
29
#include "pic.h"
29
#include "pic.h"
30
#include "dma.h"
30
#include "dma.h"
31
#include <cstring>
31
32
32
#define DAC_CLOCK 3570000
33
#define DAC_CLOCK 3570000
33
#define MAX_OUTPUT 0x7fff
34
#define MAX_OUTPUT 0x7fff
(-)/tmp/dosbox-0.72/src/shell/shell_cmds.cpp (+1 lines)
Lines 27-32 Link Here
27
#include "regs.h"
27
#include "regs.h"
28
#include "../dos/drives.h"
28
#include "../dos/drives.h"
29
#include "support.h"
29
#include "support.h"
30
#include <cstdlib>
30
31
31
static SHELL_Cmd cmd_list[]={
32
static SHELL_Cmd cmd_list[]={
32
{	"CHDIR",	1,			&DOS_Shell::CMD_CHDIR,		"SHELL_CMD_CHDIR_HELP"},
33
{	"CHDIR",	1,			&DOS_Shell::CMD_CHDIR,		"SHELL_CMD_CHDIR_HELP"},

Return to bug 218320