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

@ -517,7 +517,7 @@ void mfm_callback(void *p)
// pclog("Read sector callback %i %i %i offset %08X %i left %i %02X\n",ide.sector,ide.cylinder,ide.head,addr,ide.secount,ide.spt,ide.atastat[ide.board]);
// if (addr) output=3;
mfm_irq_raise(mfm);
readflash = 1;
readflash_set(READFLASH_HDC, mfm->drive_sel);
break;
case CMD_WRITE:
@ -541,7 +541,7 @@ void mfm_callback(void *p)
}
else
mfm->status = STAT_READY | STAT_DSC;
readflash = 1;
readflash_set(READFLASH_HDC, mfm->drive_sel);
break;
case CMD_VERIFY:
@ -550,7 +550,7 @@ void mfm_callback(void *p)
mfm->status = STAT_READY | STAT_DSC;
// pclog("Read verify callback %i %i %i offset %08X %i left\n",ide.sector,ide.cylinder,ide.head,addr,ide.secount);
mfm_irq_raise(mfm);
readflash=1;
readflash_set(READFLASH_HDC, mfm->drive_sel);
break;
case CMD_FORMAT:
@ -570,7 +570,7 @@ void mfm_callback(void *p)
}
mfm->status = STAT_READY | STAT_DSC;
mfm_irq_raise(mfm);
readflash = 1;
readflash_set(READFLASH_HDC, mfm->drive_sel);
break;
case CMD_DIAGNOSE: