Sebastian Strohhäcker
|
19955c36e8
|
use inverted stack mask in normal/full core;
issue exception when calling type zero descriptor;
add INVLPG opcode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2617
|
2006-04-27 13:22:27 +00:00 |
|
Sebastian Strohhäcker
|
eedd8cc98c
|
directly handle some page faults of MakeCodePage
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2616
|
2006-04-26 14:35:55 +00:00 |
|
Peter Veenstra
|
77bb709df9
|
Always echo the value.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2615
|
2006-04-23 15:17:07 +00:00 |
|
Sebastian Strohhäcker
|
e332fed532
|
return drive and not-written bit for ioctl function 0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2614
|
2006-04-23 14:20:58 +00:00 |
|
Peter Veenstra
|
4b2a7a92c7
|
Change default search path for SDL_sound.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2613
|
2006-04-22 20:12:39 +00:00 |
|
Sebastian Strohhäcker
|
1d89346c16
|
move callbacks into read-only memory (Pinball/Adventure construction kit booters)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2612
|
2006-04-22 15:25:45 +00:00 |
|
Peter Veenstra
|
1d11c37e23
|
make default choice lowcase so case-sensitive matching shows a more reasanable number.(ykhwong)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2611
|
2006-04-21 13:21:09 +00:00 |
|
Peter Veenstra
|
8a10d6f33b
|
Whoops add all changes to it.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2610
|
2006-04-21 08:50:30 +00:00 |
|
Peter Veenstra
|
4d33692c6f
|
Add the CDROM device in the device chain.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2609
|
2006-04-21 08:35:31 +00:00 |
|
Peter Veenstra
|
632f579361
|
Add a trick for Ishar 3 of the Ishar 3 Triology. File reads and writes take actually cycles now.(4 times the amount of transfered data)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2608
|
2006-04-21 08:23:40 +00:00 |
|
Peter Veenstra
|
b43c3d6643
|
Rewrite Choice a bit. So that it honours /S and that the : is optional. Fixes Ishar Triology Installer/Startup menu
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2607
|
2006-04-21 08:18:51 +00:00 |
|
Sebastian Strohhäcker
|
2ae27a0bb9
|
precalculate inverted stack mask; improve dynamic core stack functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2606
|
2006-04-18 17:44:25 +00:00 |
|
Sebastian Strohhäcker
|
ec58b58543
|
update msvc configuration files
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2605
|
2006-04-18 15:24:09 +00:00 |
|
Peter Veenstra
|
aa07ccb528
|
Keep it compiling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2604
|
2006-04-18 13:52:24 +00:00 |
|
Sebastian Strohhäcker
|
6250acff2d
|
add mscdex device strategy implementation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2603
|
2006-04-17 20:06:39 +00:00 |
|
Peter Veenstra
|
329d32a8dd
|
Fix some issues with mounting floppy images with invalid bootsector.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2602
|
2006-04-17 10:45:32 +00:00 |
|
Sebastian Strohhäcker
|
0b6195208d
|
implement ioctl control channels for ems device (GEMMIS support)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2601
|
2006-04-16 20:11:04 +00:00 |
|
Peter Veenstra
|
31103c160e
|
In unlink fails and it happends because of the file is open. Try closing it and deleting again. Fixes problems of Ultima 7 addon installer under MS Windows.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2600
|
2006-04-16 14:04:03 +00:00 |
|
Peter Veenstra
|
fd7f1e45b4
|
Add a very simple dummy LPT1 class. Fixes games opening LPT1 under MS Windows. (for example Cisco Heat)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2599
|
2006-04-16 14:02:39 +00:00 |
|
Peter Veenstra
|
8b7b77b21e
|
Isname should use strcasecmp as it deals with emulated DOS file names.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2598
|
2006-04-15 15:53:37 +00:00 |
|
Peter Veenstra
|
1627e9540a
|
Don't change reg_bl on succes. (Fixes B.A.T 2 CD version)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2597
|
2006-04-14 13:53:58 +00:00 |
|
Peter Veenstra
|
b53832e7a8
|
Improve error code support(c2woody). Silence a few warnings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2596
|
2006-04-14 07:19:37 +00:00 |
|
Peter Veenstra
|
20530fa725
|
A few flag fixes by c2woody.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2595
|
2006-04-14 07:03:47 +00:00 |
|
Peter Veenstra
|
550e61640f
|
keep it compiling with msvc.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2594
|
2006-04-12 18:52:50 +00:00 |
|
Peter Veenstra
|
132bbffb68
|
Add part of patch 1235377 of msharov and fix a few small bugs in the return values of the cpu cores
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2593
|
2006-04-11 19:02:33 +00:00 |
|
Peter Veenstra
|
49870fee9c
|
Implement counter status.(h-a-l-9000)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2592
|
2006-04-11 12:02:09 +00:00 |
|
Peter Veenstra
|
57d8180da8
|
Remove DOS_No_Drive_Cache. Didn't compile anymore since 0.60.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2591
|
2006-04-10 12:52:47 +00:00 |
|
Peter Veenstra
|
25b46f0a57
|
Some more const correctness.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2590
|
2006-04-10 12:06:25 +00:00 |
|
Peter Veenstra
|
b8499cab5a
|
Some more const correctness
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2589
|
2006-04-10 12:06:07 +00:00 |
|
Sebastian Strohhäcker
|
1521cdcbda
|
change swapInNextDisk
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2588
|
2006-04-09 13:03:24 +00:00 |
|
Sebastian Strohhäcker
|
480df88fa4
|
implement ioctl control channel for mscdex device (NBA95),
swapInNextDisk flags cdroms with medium changed,
switch between HSG/Red book position information as
requested by the application
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2587
|
2006-04-09 12:46:03 +00:00 |
|
Peter Veenstra
|
3b7451fe35
|
Some better const usage.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2586
|
2006-04-08 19:41:49 +00:00 |
|
Sebastian Strohhäcker
|
970b0a4842
|
add a few more scancodes for Mac OSX (cc_benny)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2585
|
2006-04-08 19:31:48 +00:00 |
|
Peter Veenstra
|
5b0b099feb
|
Fix a few warnings and fix the filename not being cleared. (capture problems with filenames having stackdata in them)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2584
|
2006-04-08 11:25:41 +00:00 |
|
Peter Veenstra
|
d000d714e9
|
Add patch 1463945 from XulChris and add a tiny part of patch 1235377 of msharov
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2583
|
2006-04-07 19:56:45 +00:00 |
|
Sebastian Strohhäcker
|
3359eee956
|
add device control channel handling;
fix typo in ems.cpp (#1462677)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2582
|
2006-04-07 16:34:07 +00:00 |
|
Peter Veenstra
|
35b8249ab1
|
Only run demo if called from the first shell. (Xcom TFTD)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2581
|
2006-04-07 15:15:45 +00:00 |
|
Peter Veenstra
|
38d38abd46
|
mention some debian SDL behaviour
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2579
|
2006-03-29 19:56:07 +00:00 |
|
Peter Veenstra
|
7b71d46b4f
|
fix hangups when changing frameskip runtime
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2578
|
2006-03-29 14:17:27 +00:00 |
|
Sjoerd van der Berg
|
2c76e6130f
|
Remove video frame logging message and add a new stopped capturing message
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2577
|
2006-03-29 13:51:58 +00:00 |
|
Peter Veenstra
|
dc13ef5f67
|
add capture folder
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2576
|
2006-03-29 13:50:29 +00:00 |
|
Peter Veenstra
|
ec9b634b2c
|
Tiny undate.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2575
|
2006-03-29 12:59:04 +00:00 |
|
Peter Veenstra
|
5e86dc8954
|
version increase.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2574
|
2006-03-29 12:48:37 +00:00 |
|
Sjoerd van der Berg
|
e098ad6d81
|
Make sure palette detection only occurs in 8bpp source input mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2573
|
2006-03-29 12:28:42 +00:00 |
|
Peter Veenstra
|
b0a2637385
|
update logo again.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2572
|
2006-03-29 12:26:41 +00:00 |
|
Peter Veenstra
|
f34300a4f4
|
Better safe then sorry.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2571
|
2006-03-29 12:26:07 +00:00 |
|
Peter Veenstra
|
06da2ec1db
|
Time moves fast....
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2570
|
2006-03-29 10:18:57 +00:00 |
|
Peter Veenstra
|
74ae27f017
|
Add video stuff.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2569
|
2006-03-29 07:52:47 +00:00 |
|
Peter Veenstra
|
35107bd3a4
|
A few typos pointed out ykhwong
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2568
|
2006-03-28 14:39:26 +00:00 |
|
Peter Veenstra
|
20bf2033ba
|
mention all keys
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2567
|
2006-03-28 12:00:18 +00:00 |
|