1
0
Fork 0
Commit graph

49 commits

Author SHA1 Message Date
Sjoerd van der Berg
baf21dd0ff Cleaned out for now
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@346
2002-10-18 09:22:41 +00:00
Sjoerd van der Berg
97b0714271 Added safety #defines to prevent from loading the file twice
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@345
2002-10-18 09:21:13 +00:00
Sjoerd van der Berg
b950a89a3b Change the PAGE_SIZE #define to be a bit safer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@344
2002-10-18 09:20:24 +00:00
Sjoerd van der Berg
1591baeb42 Support for the new environment functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@343
2002-10-18 09:19:53 +00:00
Sjoerd van der Berg
04e582fe0a Added some virtual desctructors and added the ability to have multiple init functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@342
2002-10-18 09:19:26 +00:00
Sjoerd van der Berg
dd95e35dd3 Removed wildcmp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@341
2002-10-18 09:18:16 +00:00
Sjoerd van der Berg
bf2bf57ffa SDL Structures moved into sdlmain.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@340
2002-10-18 09:17:56 +00:00
Sjoerd van der Berg
10e447ac08 New SDL Includes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@339
2002-10-18 09:08:47 +00:00
Peter Veenstra
09e339c9b8 add config::printconfig and others to print the configfile
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@323
2002-10-17 18:21:28 +00:00
Peter Veenstra
6d64c5f21e added MSG_Write and renamed ???Message to MSG_???. Fixed some typos
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@321
2002-10-17 13:18:00 +00:00
Peter Veenstra
ed0e6bee75 moved MSG_Get from programs.h to dosbox.h. added AddMessage to dosbox.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@320
2002-10-16 18:41:12 +00:00
Peter Veenstra
56faf852a6 added support for Warninglevel
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@317
2002-10-16 14:07:52 +00:00
Sjoerd van der Berg
a883462e22 Added some new functions to commandline class
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@309
2002-09-29 13:58:39 +00:00
Sjoerd van der Berg
3df0c719f2 Changed Program Class, now supports the new command line class.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@308
2002-09-29 13:57:26 +00:00
Sjoerd van der Berg
13bba0357a Added support for Command Line option detection.
This includes a new class for that and some additions for the config class to handle it.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@292
2002-09-18 15:30:56 +00:00
Sjoerd van der Berg
4b4a8dfad3 New DOSBOX_Init which should now register all dosbox speficic Init functions in the main control class.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@291
2002-09-18 15:29:40 +00:00
Sjoerd van der Berg
ac538811eb Made the visual C special #defines for WIN32 to fix some errors with mingw32 compiling.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@290
2002-09-18 15:28:46 +00:00
Peter Veenstra
d0fc1da99b added support for a config class/file. System not initialized perfect yet!
(env is not fixed)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@289
2002-09-17 20:07:25 +00:00
Sjoerd van der Berg
b0baa67183 New PIC code
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@281
2002-09-16 13:36:07 +00:00
Sjoerd van der Berg
a1fcb4b4c3 New pcspeaker functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@278
2002-09-16 13:21:35 +00:00
Sjoerd van der Berg
3c24c0a2fb Add PIT_TICK_RATE define
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@270
2002-09-15 11:46:06 +00:00
Ulf Wohlers
bd35a40c9d new psp class used for all psp actions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@264
2002-09-08 09:59:16 +00:00
Sjoerd van der Berg
79f9d333b3 New timer code
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@263
2002-09-07 12:06:43 +00:00
Peter Veenstra
b5d4c88ad7 added a switch to windowed mode in E_Exit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@257
2002-09-03 13:43:44 +00:00
Ulf Wohlers
33c702a8e4 Added missing FCB-functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@256
2002-09-03 12:07:58 +00:00
Ulf Wohlers
29354c1390 Added class DOS_InfoBlock
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@228
2002-08-27 10:22:53 +00:00
Sjoerd van der Berg
4f7748b8ee #pragma pack changed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@222
2002-08-25 19:07:19 +00:00
Sjoerd van der Berg
7d23bccc72 Hopefully final config setting now
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@211
2002-08-24 09:21:38 +00:00
Sjoerd van der Berg
3cfd70ef88 New dma functions returning amount read/written
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@210
2002-08-24 07:56:14 +00:00
Ulf Wohlers
57bd6890f5 changes for debugger
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@195
2002-08-20 09:51:06 +00:00
Sjoerd van der Berg
da0377dd67 New functions for new memory scheme and some cleaning up of old defines and functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@186
2002-08-19 13:04:45 +00:00
Sjoerd van der Berg
81b2a872fb New segment structure and usage.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@157
2002-08-19 10:51:35 +00:00
Sjoerd van der Berg
26fd35e740 Removed settings.h and added config.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@156
2002-08-19 10:50:50 +00:00
Sjoerd van der Berg
3342e8bbc2 Removed some tables and using new packed structure stuff.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@155
2002-08-19 10:50:05 +00:00
Sjoerd van der Berg
4d7db67896 Clean up and removal of setsegment_16
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@154
2002-08-19 10:45:43 +00:00
Sjoerd van der Berg
4651bac31d New register layout.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@139
2002-08-10 15:24:52 +00:00
Sjoerd van der Berg
6624636b32 Removed real_get/set_vec
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@138
2002-08-10 15:24:05 +00:00
Ulf Wohlers
0cd64452c0 changed BIOS_MOTOR_NACHLAUFTZEIT -> BIOS_DISK_MOTOR_TIMEOUT
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@136
2002-08-10 10:11:35 +00:00
Peter Veenstra
9e353cf2d7 added pack statements for gcc
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@132
2002-08-09 13:24:01 +00:00
Peter Veenstra
596f88bed8 added pack statements for gcc
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@131
2002-08-09 13:18:30 +00:00
Peter Veenstra
7109c7df98 added fcb_parsename
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@129
2002-08-09 10:40:43 +00:00
Peter Veenstra
9e48fbd6b5 added a define for ftruncate so it works under win32
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@117
2002-08-07 10:25:30 +00:00
Peter Veenstra
b4f2801c7e added fcb-calls:open, close, findfirst,findnext to dos
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@111
2002-08-06 09:20:41 +00:00
Peter Veenstra
a4c775bff4 make compiler happy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@109
2002-07-31 15:20:12 +00:00
Sjoerd van der Berg
487e9392d5 Clean up
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@97
2002-07-30 11:59:35 +00:00
Sjoerd van der Berg
14f0ad8556 Fixed FPU_ESC #define
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@88
2002-07-28 21:52:31 +00:00
Sjoerd van der Berg
79182b385d Changed things a bit.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@85
2002-07-28 16:27:17 +00:00
Felix Jakschitsch
5f69f14962 some FPU added :)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@81
2002-07-28 14:51:12 +00:00
Sjoerd van der Berg
42e5d0b779 First CVS upload.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@80
2002-07-27 13:08:48 +00:00