Added new GUI based on wxWidgets. Patch from bit.

This commit is contained in:
pcem_emulator 2017-05-29 15:38:48 +01:00
commit 7fe91626d6
60 changed files with 11647 additions and 78 deletions

View file

@ -4,13 +4,20 @@
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;