Response to the IDE/ATA packet command is now instant, fixes Rhapsody DR1.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user