Peter Veenstra
|
07efb3af57
|
made the language file internal
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@319
|
2002-10-16 18:39:20 +00:00 |
|
Peter Veenstra
|
793cc770fd
|
added newline at end of file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@318
|
2002-10-16 18:37:23 +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
|
602882eb78
|
Fixed counters for 2nd joystick movement.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@316
|
2002-10-15 22:27:58 +00:00 |
|
Sjoerd van der Berg
|
4c8ce66c86
|
Protection against overflowing the realsound buffer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@315
|
2002-10-15 22:26:57 +00:00 |
|
Sjoerd van der Berg
|
fea2b58d8f
|
Disabled HWSET for the moment
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@314
|
2002-09-29 14:12:40 +00:00 |
|
Sjoerd van der Berg
|
851ecbe172
|
Update Shell to use the new program class.
Also use a new way to start up the shell and setting up the environment segment.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@313
|
2002-09-29 14:07:38 +00:00 |
|
Sjoerd van der Berg
|
43a846dc11
|
Updated the dos programs to work with the new program class.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@312
|
2002-09-29 14:03:05 +00:00 |
|
Sjoerd van der Berg
|
3ca2bc8d79
|
Updated the Program class to support the psp and commandline class.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@311
|
2002-09-29 14:01:11 +00:00 |
|
Sjoerd van der Berg
|
765726f755
|
Addes some new functions to commandline class.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@310
|
2002-09-29 13:59:46 +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
|
061aaeaa6c
|
Updated to use GCC_ATTRIBUTE for packed structure
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@307
|
2002-09-28 21:40:58 +00:00 |
|
Sjoerd van der Berg
|
619a691310
|
Added CGA and EGA putpixel with xorring and VGA putpixel.
Also added a getpixel for CGA,EGA and VGA.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@306
|
2002-09-28 21:29:57 +00:00 |
|
Peter Veenstra
|
2d1ccb9048
|
fixed a mistake
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@305
|
2002-09-27 12:36:53 +00:00 |
|
Peter Veenstra
|
6009e11726
|
made findfirst use CROSS_FILESPLIT instead of "/"
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@304
|
2002-09-26 18:22:53 +00:00 |
|
Peter Veenstra
|
eb04b57604
|
fixed a memory leak
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@303
|
2002-09-26 18:20:01 +00:00 |
|
Peter Veenstra
|
90dc9815bd
|
fixed the scope of Bitu i
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@302
|
2002-09-25 12:09:41 +00:00 |
|
Sjoerd van der Berg
|
3b7889413a
|
FindFirst and FindNext didn't report an error code when they didn't find a file. Fixed now
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@301
|
2002-09-24 21:48:51 +00:00 |
|
Sjoerd van der Berg
|
c35855909e
|
Report correct value for people requesting memory allocation strategy.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@300
|
2002-09-24 21:48:18 +00:00 |
|
Ulf Wohlers
|
52f4e4a2fb
|
fixed possible paramblock memory overwrite in DOS_Execute
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@299
|
2002-09-21 11:08:03 +00:00 |
|
Sjoerd van der Berg
|
b778104885
|
Shell now is the StartUp handler for when dos is active
Added Autoexec_init which parses the command line for -c commands and the first command on the command line to automount that.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@298
|
2002-09-18 16:35:34 +00:00 |
|
Sjoerd van der Berg
|
eac604d32f
|
SDL now manages the control functions and it sets up the CommandLine class. Also made it possible to have a -fullscreen command line switch.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@297
|
2002-09-18 16:33:11 +00:00 |
|
Sjoerd van der Berg
|
cd4794087f
|
Added command line support and moved the command line hanlding for automounting to the shell. Also added a init function for autoexec.bat.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@296
|
2002-09-18 16:30:59 +00:00 |
|
Sjoerd van der Berg
|
17bf8cb019
|
A new CommandLine class and Config Class now has a startup handler to startup once everything has been initialized
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@295
|
2002-09-18 15:33:49 +00:00 |
|
Sjoerd van der Berg
|
f2b173c5de
|
E_Exit now throws a string containing the error, which will be caught in SDL to create a correct shutdown.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@294
|
2002-09-18 15:32:52 +00:00 |
|
Sjoerd van der Berg
|
b44f5714c5
|
Messages can now be loaded using a command line switch -lang.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@293
|
2002-09-18 15:31:48 +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
|
f02d440dc9
|
Added opcode 64 65 and 6B
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@288
|
2002-09-17 06:35:04 +00:00 |
|
Ulf Wohlers
|
bc4b24a8bb
|
fixed big in psp, wrong mem_size
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@287
|
2002-09-16 16:05:52 +00:00 |
|
Ulf Wohlers
|
2f16cccfee
|
cs:ip now restored from int22 vector in psp on termination
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@286
|
2002-09-16 16:05:23 +00:00 |
|
Ulf Wohlers
|
0277679a17
|
added 'rep nop'
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@285
|
2002-09-16 16:04:26 +00:00 |
|
Sjoerd van der Berg
|
600580f7a3
|
New keyboard routines supporting some commands and better handling of IRQ's
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@284
|
2002-09-16 14:31:35 +00:00 |
|
Sjoerd van der Berg
|
032402542d
|
New ems code to use a handler instead of mapping for the pageframe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@283
|
2002-09-16 14:16:28 +00:00 |
|
Sjoerd van der Berg
|
bfa82478cb
|
Text scrolling used wrong line count.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@282
|
2002-09-16 14:15:10 +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
|
5252435b78
|
New IRQ Code to not get stuck in endless loops.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@280
|
2002-09-16 13:26:33 +00:00 |
|
Sjoerd van der Berg
|
69fb6bdbda
|
New IRQ Handling to only allow 1 active irq, and cleaned up some old functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@279
|
2002-09-16 13:25:41 +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
|
b93a294dfa
|
RealSound support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@277
|
2002-09-16 13:14:42 +00:00 |
|
Sjoerd van der Berg
|
3edbb75c02
|
Back to old timer code, removed timeragain variable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@276
|
2002-09-16 13:14:13 +00:00 |
|
Sjoerd van der Berg
|
7c7e296cb8
|
INT 0x2A vector wasn't set correctly
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@275
|
2002-09-16 13:13:10 +00:00 |
|
Sjoerd van der Berg
|
9376ece0e6
|
correct saving of next paragraph in new_psp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@274
|
2002-09-16 13:12:16 +00:00 |
|
Sjoerd van der Berg
|
ec35911b9c
|
New execute and saving DTA in psp when settings it.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@273
|
2002-09-16 13:11:37 +00:00 |
|
Sjoerd van der Berg
|
af67029cdc
|
New execute/terminate that saves registers and segments.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@272
|
2002-09-16 13:10:48 +00:00 |
|
Sjoerd van der Berg
|
16f6308ef7
|
Filename shortened to 8 chars and extensions to 3 in dos_makename
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@271
|
2002-09-16 07:26:37 +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 |
|