Fixed 440GX ID without AGP and the FDC now causes the CPU to run the timers on MSR read when the recompiler is used.
This commit is contained in:
@@ -1350,6 +1350,10 @@ fdc_read(uint16_t addr, void *priv)
|
||||
break;
|
||||
case 4: /*Status*/
|
||||
ret = fdc->stat;
|
||||
#ifdef USE_DYNAREC
|
||||
if (cpu_use_dynarec)
|
||||
update_tsc();
|
||||
#endif
|
||||
break;
|
||||
case 5: /*Data*/
|
||||
if ((fdc->stat & 0xf0) == 0xf0) {
|
||||
|
||||
Reference in New Issue
Block a user