Response to the IDE/ATA packet command is now instant, fixes Rhapsody DR1.

This commit is contained in:
OBattler
2017-01-04 20:37:31 +01:00
parent c7ffcee87e
commit d70c27a7f1
2 changed files with 46 additions and 5 deletions

View File

@@ -1263,10 +1263,16 @@ int checkio(int port)
int xout=0;
#if 0
#define divexcp() { \
pclog("Divide exception at %04X(%06X):%04X\n",CS,cs,cpu_state.pc); \
x86_int(0); \
}
#endif
#define divexcp() { \
x86_int(0); \
}
int divl(uint32_t val)
{