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

@@ -318,7 +318,6 @@ static int pit_read_timer(int t)
return pit.count[t];
}
extern int ins;
void pit_write(uint16_t addr, uint8_t val, void *priv)
{
int t;