1
0
Fork 0
Commit graph

1457 commits

Author SHA1 Message Date
Sjoerd van der Berg
d17fccc9b9 add shld/shrd opcodes
fix pmode segment sets


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1538
2004-01-06 20:47:42 +00:00
Peter Veenstra
7522924640 added shell.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1537
2004-01-06 11:23:32 +00:00
Peter Veenstra
ca97ad9560 removed shell_inc.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1536
2004-01-06 11:21:58 +00:00
Peter Veenstra
01017af2ae added visualc_net
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1535
2004-01-06 10:59:34 +00:00
Sjoerd van der Berg
395d712a23 Added exception checking for pmode segment loads
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1534
2004-01-03 10:33:09 +00:00
Sjoerd van der Berg
896f3fa1b9 fix header include differences between mingw and visual c
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1533
2004-01-02 23:43:52 +00:00
Ulf Wohlers
19e4adbc5a removed win cdrom files no longer needed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1532
2004-01-02 23:14:56 +00:00
Ulf Wohlers
02236289ba changed to work with new win cdrom header files
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1531
2004-01-02 23:10:31 +00:00
Ulf Wohlers
eb18b71e69 changed for better win cdrom compatibility
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1530
2004-01-02 23:09:00 +00:00
Sjoerd van der Berg
3cb8910915 Changed running block variable
Test if someone makes changes to currently running block


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1529
2004-01-02 20:50:59 +00:00
Sjoerd van der Berg
252cc94215 Fix pop ss and mov ss,val instruction to release the stack mask registers
Fix the mov [mem],seg instruction to only save a short


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1528
2004-01-02 20:49:35 +00:00
Sjoerd van der Berg
f06e281ba5 Changed visual c assembly startup piece a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1527
2004-01-02 20:46:38 +00:00
Peter Veenstra
d78544d289 Added aditional includes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1526
2004-01-02 19:06:51 +00:00
Peter Veenstra
aeb604f4d1 Fixed reported doubleclicks while moving
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1525
2004-01-02 18:47:13 +00:00
Peter Veenstra
224a302f42 added for visual C users include backups(from mingw)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1524
2004-01-02 14:40:22 +00:00
Peter Veenstra
3724a83a39 removed Nttd*
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1523
2004-01-02 14:38:30 +00:00
Peter Veenstra
68c7731c91 Replaced it with the one from Bochs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1522
2004-01-02 14:34:48 +00:00
Sjoerd van der Berg
ce2a446de9 Removed last remaining fastcall functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1521
2004-01-01 20:44:09 +00:00
Sjoerd van der Berg
1ac82ec834 Changed #include filename slashes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1520
2004-01-01 20:35:44 +00:00
Sjoerd van der Berg
00e6d3c31d No longer directly stack variables in assembly
Changed initial flag loading


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1519
2004-01-01 20:33:22 +00:00
Sjoerd van der Berg
ce71f7d35a Only use #pragma's in visual c
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1518
2004-01-01 16:48:36 +00:00
Sjoerd van der Berg
a6dfd08d16 Add visual c.net solution and project
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1517
2004-01-01 13:53:48 +00:00
Sjoerd van der Berg
bd8196414c Fix for visual c startup assembly code
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1516
2004-01-01 12:39:53 +00:00
Sjoerd van der Berg
f4059666c3 x86 dynamic core
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1515
2004-01-01 12:33:03 +00:00
Sjoerd van der Berg
f5c2365e73 New directory added for x86 dynamic core
Added disable argument for x86 dynamic core


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1514
2004-01-01 12:27:27 +00:00
Sjoerd van der Berg
23a4d8fe3d Changed cpu core names
Changed the exception handling of far jmp/calls interrupts and some others
Added x86 dynamic core startup code
Some new defines to enable/disable the dynamic core


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1513
2004-01-01 12:26:08 +00:00
Sjoerd van der Berg
5cc3d9d24b Changed echo lines
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1512
2004-01-01 10:45:59 +00:00
Ulf Wohlers
4a8f40c92d added mscdex function 0f : Get directory entry
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1511
2003-12-30 23:55:47 +00:00
Sjoerd van der Berg
99b81667e5 Enable paging for non-debug builds
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1510
2003-12-30 23:28:54 +00:00
Peter Veenstra
f3e3d24e89 added patch 857225 from Curt Coder (partly). Added support for disabling the mouse driver as requested at vogons. Added correct *hopefully* results for get maximum virtual coordinates
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1509
2003-12-30 20:39:07 +00:00
Peter Veenstra
880b4454d3 Added changes from woody for fixing al1
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1508
2003-12-30 19:07:42 +00:00
Sjoerd van der Berg
b9b0308345 Changed the paging link management
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1507
2003-12-29 23:16:46 +00:00
Sjoerd van der Berg
5573af89f6 Changed the paging link management
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1506
2003-12-29 23:07:12 +00:00
Sjoerd van der Berg
de536dfae0 Changed the paging link management
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1505
2003-12-29 22:53:02 +00:00
Peter Veenstra
c26a547cde Added Some warning concerning writeprotection
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1504
2003-12-29 22:42:23 +00:00
Ulf Wohlers
af56fa8d08 deletion of files now safer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1503
2003-12-26 20:39:27 +00:00
Ulf Wohlers
20d576a256 Fixed drive letter bug in mscdex device header
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1502
2003-12-26 20:38:34 +00:00
Sjoerd van der Berg
485eb2d5d4 Fixing the fixes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1501
2003-12-19 16:17:51 +00:00
Sjoerd van der Berg
6cdb0c8994 Fixed Bit testing instructions, thanks srecko
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1500
2003-12-19 16:08:26 +00:00
Sjoerd van der Berg
355320d101 fix the 0x82 opcode displaying
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1499
2003-12-19 15:46:52 +00:00
Peter Veenstra
f9780a04f1 added ^ as valid character
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1498
2003-12-18 09:30:48 +00:00
Ulf Wohlers
559e21d17b added exception if ss is loaded with illegal segment
fixed bug in IRET - return to outer level


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1497
2003-12-17 23:10:00 +00:00
Ulf Wohlers
36073bb20f added int 15 c0 - bios configuration
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1496
2003-12-17 23:04:40 +00:00
Peter Veenstra
c831e34ffb exported DOS_MakeName
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1495
2003-12-17 21:57:51 +00:00
Peter Veenstra
735883416c moved shell_inc.h to include
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1494
2003-12-17 21:55:42 +00:00
Peter Veenstra
82155f2b42 moved shell_inc.h to include and added subst and loadhigh (Srecko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1493
2003-12-17 21:50:59 +00:00
Ulf Wohlers
b82ffd8088 fixed pop gs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1492
2003-12-13 15:57:26 +00:00
Peter Veenstra
660bc44155 removed core_16(I hope. Mail me if not)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1491
2003-12-12 22:11:14 +00:00
Ulf Wohlers
b07c69403d limit value in CPU_SetSegGeneral to 16bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1490
2003-12-12 19:51:20 +00:00
Sjoerd van der Berg
f6f780f108 Clear segment registers when interrupting a v86 task
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1489
2003-12-12 17:23:55 +00:00