1
0
Fork 0

update Changelog

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2433
This commit is contained in:
Peter Veenstra 2006-01-22 14:10:37 +00:00
parent f47287f59c
commit 18cb433c5c

View file

@ -47,6 +47,16 @@
- Improved and speed up the dynamic cpu core.
- Fix some errors in the CD-ROM emulation layer.
- Added an automatic work-around for some graphics chipsets.
- Add PCjr support.
- Allow mousedriver to be replaced. Fixes a few games with come with their
own (internal) driver.
- Improved dynamic cpu core so it can handle pagefaults and some obscure
types of self-modifying code.
- Added -noautoexec switch to skip the contents of [autoexec] in the
configuration file.
- Made core_full endian safe.
- Made pagefaults endian safe.
- Compilation fixes for various platforms.
- Lots of bugfixes.
- Even more bugfixes.