Clean up duplicate definitions in cdrom-image.cc. Patch from bit.

This commit is contained in:
pcem_emulator 2017-06-18 20:50:20 +01:00
commit 03f7302cf8

View file

@ -4,20 +4,10 @@
extern "C"
{
//#include "ibm.h"
#include "ibm.h"
#include "ide.h"
int cdrom_drive;
int old_cdrom_drive;
void pclog(const char *format, ...);
}
#define CD_STATUS_EMPTY 0
#define CD_STATUS_DATA_ONLY 1
#define CD_STATUS_PLAYING 2
#define CD_STATUS_PAUSED 3
#define CD_STATUS_STOPPED 4
char image_path[1024];
static int image_changed = 0;