1
0
Fork 0

typos, small readme updates (TeaRex, sf patch #1672904)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2852
This commit is contained in:
Sebastian Strohhäcker 2007-05-09 13:15:27 +00:00
parent 2a7805656a
commit e2cc1b1a22
3 changed files with 21 additions and 22 deletions

4
NEWS
View file

@ -1,7 +1,7 @@
0.70
- Improve register handling and support with XMS.
- Fix some issues with deleting open files.(windows only issue)
- Add dummpy LPT1 class. (windows only issue)
- Add dummy LPT1 class. (windows only issue)
- Improve some of the internal dos commands. (choice, copy and shift)
- Improve ROM area. (for games that use it for random numbers or
overwrite it as some sort of detection thing)
@ -13,7 +13,7 @@
- Move some interrupt handlers to XT Bios locations.
- Add a dynamic fpu on x86.
- Improve fpu on non-x86.
- Trapflag gets strickt priority over hardware IRQs.
- Trapflag gets strict priority over hardware IRQs.
- Trapflag support for the dynamic core.
- Add dummy TRx handling.
- Fix a few rarely used character functions.