Difference between revisions of "Version0.55"
From DOSBoxWiki
Jump to navigationJump to search (New page: = This is '''not''' the current release = (previous release) | (next release) == Changes == * fixed the errors/warnings in...) |
GreaterCore (talk | contribs) m (→Changes: Tyographical changes) |
||
Line 2: | Line 2: | ||
([[Version0.50|previous release]]) | ([[Version0.56|next release]]) | ([[Version0.50|previous release]]) | ([[Version0.56|next release]]) | ||
== Changes == | == Changes == | ||
− | * fixed the errors/warnings in prefix_66.h and prefix_66_of.h (decimal too large | + | * fixed the errors/warnings in prefix_66.h and prefix_66_of.h (decimal too large becoming unsigned). |
* fixed compilation error on FreeBSD when #disable_joystick was defined | * fixed compilation error on FreeBSD when #disable_joystick was defined | ||
* int10_writechar has been updated to move the cursor position. | * int10_writechar has been updated to move the cursor position. | ||
Line 8: | Line 8: | ||
* illegal command, now displays the command | * illegal command, now displays the command | ||
* wildcmp updated to be case insensitive | * wildcmp updated to be case insensitive | ||
− | * added fcb:open,close,findfirst, findnext | + | * added fcb: open, close, findfirst, findnext |
* fixed rename in drive_local | * fixed rename in drive_local | ||
* added new features to the debugger: breakpoint support / data view / command line | * added new features to the debugger: breakpoint support / data view / command line | ||
Line 19: | Line 19: | ||
* fixed VGA graphics | * fixed VGA graphics | ||
* fixed write with size 0 | * fixed write with size 0 | ||
− | * changed memory management | + | * changed memory management |
− | * fixed and cleaned up the cpu flags | + | * fixed and cleaned up the cpu flags |
− | * changed interrupt handler | + | * changed interrupt handler |
− | * speeded up the graphics | + | * speeded up the graphics |
* speeded up the cpu-core | * speeded up the cpu-core | ||
* changed dma | * changed dma |
Latest revision as of 10:43, 19 February 2008
This is not the current release
(previous release) | (next release)
Changes
- fixed the errors/warnings in prefix_66.h and prefix_66_of.h (decimal too large becoming unsigned).
- fixed compilation error on FreeBSD when #disable_joystick was defined
- int10_writechar has been updated to move the cursor position.
- changed the basedir routines to use the current working dir instead of argv[0]. This will fix and brake things :)
- illegal command, now displays the command
- wildcmp updated to be case insensitive
- added fcb: open, close, findfirst, findnext
- fixed rename in drive_local
- added new features to the debugger: breakpoint support / data view / command line
- partial support of list of lists (dos info block)
- full emm 3.2 support
- partial emm 4.0 support
- fixes to graphics core fonts (text in sierra games is now correct)
- improved support for user mousehandlers
- fixed EGA graphics
- fixed VGA graphics
- fixed write with size 0
- changed memory management
- fixed and cleaned up the cpu flags
- changed interrupt handler
- speeded up the graphics
- speeded up the cpu-core
- changed dma
- improved dma streams from emm memory
- added some cga videomodes
- added more funtions to the keyboard handler