Added support for the D86F floppy image format I invented that allows things not possible with IMG images;

Applied all mainline PCem commits;
Settings dialog now says 86Box instead of PCem;
Manifest renamed from PCem to 86Box.
This commit is contained in:
OBattler
2016-08-31 22:49:56 +02:00
parent d860ea79ed
commit 1ddad56c8c
81 changed files with 4255 additions and 3899 deletions

View File

@@ -5,7 +5,7 @@ int oldcpl;
extern int nmi_enable;
int tempc;
int cycles,output;
int output;
int firstrepcycle;
uint32_t easeg,ealimit,ealimitw;
@@ -14,7 +14,7 @@ int skipnextprint;
int inhlt;
uint8_t opcode;
int ins,noint;
int noint;
uint16_t lastcs,lastpc;
int timetolive,keyboardtimer;
@@ -83,7 +83,6 @@ enum
ABRT_PF = 0xE
};
extern int abrt;
extern uint32_t abrt_error;
void x86_doabrt(int x86_abrt);