changelog

This commit is contained in:
Jonathan Campbell
2020-06-23 23:55:45 -07:00
parent 46cf8465d4
commit bfb0dc1079

View File

@@ -1,4 +1,8 @@
0.83.3
- Pentium MMX instructions now only available for
Pentium MMX or higher. A bug was fixed that allowed
MMX instructions for Pentium and lower if programs
ignored the CPUID feature bits.
- Fixed Pentium MMX instructions so that they work
in both 16-bit real mode and 32-bit protected mode
to match real hardware (joncampbell123)