1
0
Fork 0
Commit graph

507 commits

Author SHA1 Message Date
Sjoerd van der Berg
57510618cf Fixed a warning in gcc.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@434
2002-10-25 21:32:58 +00:00
Sjoerd van der Berg
d5d60cdba5 Fixed frame skipping mutex.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@433
2002-10-25 21:32:23 +00:00
Sjoerd van der Berg
273279db4b Correct version in the shell startup message
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@432
2002-10-25 21:29:08 +00:00
Sjoerd van der Berg
5003c981ee Some changes to errorlevel
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@431
2002-10-25 21:27:52 +00:00
Sjoerd van der Berg
46cbb48f3f Removed #include <direct.h>
Added a config file help string.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@430
2002-10-25 21:27:24 +00:00
Sjoerd van der Berg
0dcbf5f638 Removed a new line from debug_msg
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@429
2002-10-25 21:26:46 +00:00
Sjoerd van der Berg
dfb34f80a5 New prefix variables.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@428
2002-10-25 21:26:09 +00:00
Sjoerd van der Berg
15033b27a4 New prefix variables and a new string repeat function.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@427
2002-10-25 21:25:35 +00:00
Sjoerd van der Berg
5b84e7c805 String repeat instructions added
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@426
2002-10-25 21:23:59 +00:00
Sjoerd van der Berg
f1d25a588f New repeat code
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@425
2002-10-25 21:22:37 +00:00
Sjoerd van der Berg
89cff4d1d8 Added some information for config
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@424
2002-10-25 21:20:35 +00:00
Sjoerd van der Berg
d7c9982f44 Plugin support removed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@423
2002-10-25 19:53:32 +00:00
Ulf Wohlers
26582bf90d debug_shutdown method now registered in section.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@422
2002-10-25 16:42:43 +00:00
Ulf Wohlers
2d6d76fb42 debug_shutdown method now registered in section and fixed a memleak.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@421
2002-10-25 16:42:21 +00:00
Ulf Wohlers
b4dd2c93ca seperate debugger console setup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@420
2002-10-25 16:02:55 +00:00
Sjoerd van der Berg
14577b3324 Auto unlocking of the mouse on exit.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@419
2002-10-25 15:47:55 +00:00
Sjoerd van der Berg
f5103f9c94 New IOCTL Call.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@418
2002-10-25 15:40:55 +00:00
Sjoerd van der Berg
8dd0a0f8cc Added some logical drive map ioctl functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@417
2002-10-25 15:40:17 +00:00
Sjoerd van der Berg
e6a9638b74 Create temp file fixed and a little fix with a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@416
2002-10-25 15:39:34 +00:00
Sjoerd van der Berg
a18cdd1387 Some undocumented features for findfirst/findnext and new dos_ioctl call.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@415
2002-10-25 15:38:45 +00:00
Ulf Wohlers
17a1974f6a debugger changes/additions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@414
2002-10-25 15:25:13 +00:00
Ulf Wohlers
c92a624212 Heavy Debug switch for debugger added
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@413
2002-10-25 15:19:27 +00:00
Ulf Wohlers
9f1a42a3b9 Support for INT 21 function 0x57 - DOS_GetFileDate
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@412
2002-10-25 15:17:19 +00:00
Ulf Wohlers
ac29b40919 Changes for new debugger functionalities:
starting/stepping into INTs. processor status log, step over rep instr., debug.com,
heavy debugging switch


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@411
2002-10-25 15:15:42 +00:00
Ulf Wohlers
174ed12a92 Added ShutDown call for debugger
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@410
2002-10-25 15:15:17 +00:00
Sjoerd van der Berg
7d6603d275 Delete the commandline and psp opbject in destructor.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@409
2002-10-25 10:48:08 +00:00
Sjoerd van der Berg
9ed0094a0e Allow reading from dma ports to get the current count.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@408
2002-10-25 08:59:43 +00:00
Sjoerd van der Berg
bbebcd02b9 Report correct number of mouse_buttons on status return in bx.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@407
2002-10-24 22:29:59 +00:00
Sjoerd van der Berg
a3badef4e9 Clean up of the batch file class
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@406
2002-10-24 22:28:33 +00:00
Sjoerd van der Berg
e3a5b55666 Small fix to psp class to set correct value for next segment
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@405
2002-10-24 22:08:52 +00:00
Peter Veenstra
dedc199628 Documentation update and 0.56 preparations
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@404
2002-10-24 12:28:46 +00:00
Peter Veenstra
e8ce6d4628 Removed some warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@403
2002-10-24 12:27:59 +00:00
Peter Veenstra
e4f90123ff Set Version to 0.56
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@402
2002-10-24 12:27:02 +00:00
Peter Veenstra
8cbb3cef0f fixed a very annoying bug that caused dosbox to crash when dir was done on a virtual drive under linux
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@401
2002-10-24 12:26:29 +00:00
Peter Veenstra
2460aa3bf9 added more internal strings to the language file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@400
2002-10-24 08:44:25 +00:00
Sjoerd van der Berg
b6ee1caa6d Added partial page map save and restore
Rewrote detecion of valid handles to use page!=0xffff and allowed reallocation to 0 pages.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@399
2002-10-23 23:08:41 +00:00
Sjoerd van der Berg
7d764b2077 New mouse automatic locking scheme
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@398
2002-10-23 21:51:15 +00:00
Sjoerd van der Berg
668fd3df03 New mouse automatic locking scheme and some cleaning up.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@397
2002-10-23 21:50:51 +00:00
Peter Veenstra
18ae21e866 added help messages for the configfile and updated the readme and install to reflect libpng and zlib
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@396
2002-10-22 17:52:38 +00:00
Ulf Wohlers
2f528432fc fixed small bug (files were not shown using dir command)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@395
2002-10-22 11:25:23 +00:00
Ulf Wohlers
5df512bcc0 fixed small bug (files were not shown using dir command)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@394
2002-10-22 11:12:07 +00:00
Sjoerd van der Berg
973be7b16f Added some instructions and fixed a very annoying bug with wrong fetched byte size.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@393
2002-10-21 22:09:19 +00:00
Sjoerd van der Berg
a835e6e328 case insensitive compares used now.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@392
2002-10-21 22:07:54 +00:00
Sjoerd van der Berg
633bd5c058 Some entries for the wait flag support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@391
2002-10-21 21:59:54 +00:00
Sjoerd van der Berg
9a4a06ff30 Added faked support for set event wait flag int 15 call.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@390
2002-10-21 21:59:33 +00:00
Sjoerd van der Berg
328814cf22 Fixed unlocking handles, to report error when not locked.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@389
2002-10-21 21:58:45 +00:00
Peter Veenstra
24c5e436be added linking against libpng
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@388
2002-10-21 08:56:04 +00:00
Sjoerd van der Berg
c197b1e6eb Fix to use the new parameterblock
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@387
2002-10-20 14:05:23 +00:00
Sjoerd van der Berg
311f87dcb4 Changed the counter for the cpu decoder to a signed integer and changed the cpu_cycle counter
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@386
2002-10-20 10:44:31 +00:00
Sjoerd van der Berg
1d9ec59b07 Changed the counter for the cpu decoder to a signed integer.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@385
2002-10-20 10:43:56 +00:00