Overhauled and unified CD-ROM emulation;
Four CD-ROM drives are now emulated; ATAPI DMA is now emulated; Unified CD-ROM pass through to host drive handling; Applied all (applicable) mainline PCem commits.
This commit is contained in:
@@ -41,7 +41,7 @@ static inline void x87_set_mmx()
|
||||
|
||||
static inline void x87_emms()
|
||||
{
|
||||
*cpu_state.tag = 0x0303030303030303ll;
|
||||
*(uint64_t *)cpu_state.tag = 0x0303030303030303ll;
|
||||
cpu_state.ismmx = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user