2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove "invalid link state" call. it makes me think that the UMB chain is invalid when all that happened is a DOS program (Open Watcom 1.9 DOS installer) called AX=0x5803 with an invalid BX value. More... almost 11 years ago
cleanup code in DOS execution logic that tries to load the image as high as possible in the block if min == 0 && max == 0 More... almost 11 years ago
CTRL+BREAK and CTRL+C: Don't print ^C on console until processing break flag. This fixes ^C showing up for CTRL+C but not CTRL+BREAK. More... almost 11 years ago
bugfix: DOS STDIN functions updated to check and act upon CTRL+C rather than just check. This fixes Watcom WCC.EXE and other tools apparently printing one more line of text after CTRL+C. More... almost 11 years ago
whoops! code to trap termination by throw...catch forgot to reset Break INT 23h in progress flag. This fixes Watcom WLIB.EXE and VI.EXE sometimes causing DOSBox to suddenly exit on CTRL+C or exit (because outside this hack DOSBox interprets a thrown int() as a signal to exit). More... almost 11 years ago
INT 21h: termination functions now throw an exception to INT 23h emulation if INT 23h attempts to call termination. Some DOS programs will do that from within the INT 23h handler! Added more code to deal with CTRL+C and CTRL+BREAK More... almost 11 years ago
update bug note for Open Watcom 1.9 installer More... almost 11 years ago
[MIGRATED] [PATCH 2/3] update bug note for Open Watcom 1.9 installer More... almost 11 years ago
add comment to configuration about disabling dbcs table More... almost 11 years ago
[MIGRATED] [PATCH 1/3] add comment to configuration about disabling dbcs table More... almost 11 years ago
INT AH=65h fail call for DBCS table if DBCS table not allocated. More... almost 11 years ago
DOS 1Bh handler: reset the CTRL+BREAK flag INT 9h: add code to write zero word into keyboard buffer on CTRL+BREAK More... almost 11 years ago
CON driver: Query STDIN status call now uses INT 16h AH=0x11 to determine status instead of the DOSBox-specific keyboard scan code hack that was there. The reason is that some programs (such as Microsoft SCANDISK in 6.22) rely on hooking INT 16h to eat certain scan codes and prevent MS-DOS from seeing them (why they don't make use of INT 15h AH=0x4F hooking is beyond me). In order for SCANDISK.EXE's textual "GUI" to work properly with certain keys, we have to call INT 16h and therefore the hook, or keyboard input becomes sporadic. More... almost 11 years ago
initial support code for CTRL+C and CTRL+BREAK in the DOS kernel. If CTRL+C is seen, or INT 1Bh was issued by CTRL+BREAK, then the DOS kernel invokes INT 23h. More... almost 11 years ago
rename DOSBox debugger to debugbox.com, rename debugx.exe to debug.exe More... almost 11 years ago
update More... almost 11 years ago
[MIGRATED] [PATCH 2/2] update More... almost 11 years ago
[MIGRATED] [PATCH 1/2] noted bug More... almost 11 years ago
noted bug More... almost 11 years ago
bugfix: DOS execute range check using pspseg+memsize not loadseg+memsize. loadseg could easily point to the end of the memory segment minus image size in certain cases. This fixes Windows 3.1 WIN.COM triggering the range check falsely. More... almost 11 years ago
some GUI_TK cleanup More... almost 11 years ago
add SHOWGUI.COM to DOSBox's internal command set so that it is possible to pull up the GUI without fiddling around with the keymapper to trigger it. More... almost 11 years ago
add the ability to set CD-ROM drive spin up/down/change delays from the IDE controller section More... almost 11 years ago
change IDE delays. a longer CD insert delay makes windows 95's auto-insert a lot more reliable More... almost 11 years ago
cleanup More... almost 11 years ago
remove old orig More... almost 11 years ago
more header cleanup More... almost 11 years ago
clarify private area size parsing and meaning More... almost 11 years ago
more cleanup More... almost 11 years ago
main dosbox.cpp cleanup More... almost 11 years ago