Sjoerd van der Berg
|
73943385cd
|
Fix effective address calculation of bittesting opcodes with register operand
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1582
|
2004-01-13 21:41:58 +00:00 |
|
Peter Veenstra
|
3a0530ec27
|
typo's
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1581
|
2004-01-13 19:02:58 +00:00 |
|
Sjoerd van der Berg
|
3aa903dbfc
|
Renamed start variable to opcode_start
Fixed EXCEPTION define to us opcode_start
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1580
|
2004-01-13 09:08:24 +00:00 |
|
Sjoerd van der Berg
|
7b1abfca2d
|
Add alignment check bit in flags register to allow 486 detection
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1579
|
2004-01-13 08:56:48 +00:00 |
|
Sjoerd van der Berg
|
a1d92f605e
|
Add ID bit in flags register to indicate CPUID opcode available
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1578
|
2004-01-13 08:56:10 +00:00 |
|
Ulf Wohlers
|
00673b9f45
|
added constructor for CFileInfo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1577
|
2004-01-12 20:25:57 +00:00 |
|
Ulf Wohlers
|
5d739cb67e
|
init a few temporary pointer with 0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1576
|
2004-01-12 20:25:05 +00:00 |
|
Sjoerd van der Berg
|
ec08bdb468
|
Fix 16/32 bit IO reads and writes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1575
|
2004-01-12 10:16:26 +00:00 |
|
Sjoerd van der Berg
|
9761c00908
|
Added segment exceptions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1574
|
2004-01-12 10:06:40 +00:00 |
|
Sjoerd van der Berg
|
a3bbaacb51
|
Fix BTRd instruction, missed a break;
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1573
|
2004-01-12 10:05:57 +00:00 |
|
Sjoerd van der Berg
|
d227299bc1
|
Only enable dpmi hos tin debug version
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1572
|
2004-01-11 19:39:22 +00:00 |
|
Peter Veenstra
|
d47032feeb
|
made new window do less and mouse_reset a bit more. Fixes ironseed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1571
|
2004-01-11 18:49:59 +00:00 |
|
Peter Veenstra
|
e176cda16a
|
changed LOG_DOS into an existing errortype
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1570
|
2004-01-11 16:48:32 +00:00 |
|
Sjoerd van der Berg
|
69b007c833
|
Fix XLAT instruction with 32-bit address size
Fix BSFw opcode to first load flags
Fix 16-bit bit testing opcodes to correct effective address
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1569
|
2004-01-11 16:31:55 +00:00 |
|
Sjoerd van der Berg
|
a3a44f588c
|
Use new IO handler functions in ins and outs opcodes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1568
|
2004-01-11 16:30:41 +00:00 |
|
Peter Veenstra
|
a4e9443e59
|
Some small compatibility changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1567
|
2004-01-11 14:00:13 +00:00 |
|
Sjoerd van der Berg
|
9048b0f14b
|
Remove core selection defines
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1566
|
2004-01-11 12:52:57 +00:00 |
|
Sjoerd van der Berg
|
5919036d42
|
fix assembler warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1565
|
2004-01-11 12:38:28 +00:00 |
|
Sjoerd van der Berg
|
b267310755
|
An amazing newline
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1564
|
2004-01-11 12:36:45 +00:00 |
|
Sjoerd van der Berg
|
4a016f2b4b
|
Set and use the global direction flag variable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1563
|
2004-01-11 12:31:12 +00:00 |
|
Sjoerd van der Berg
|
73879ec6b7
|
global direction flag register
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1562
|
2004-01-11 12:29:28 +00:00 |
|
Sjoerd van der Berg
|
2b919b0ffe
|
Keep a global direction flag register
Change the push/pop functions for correct 16-bit SP increase/descrease
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1561
|
2004-01-11 12:29:03 +00:00 |
|
Sjoerd van der Berg
|
2394f38514
|
Add string operations for MOVS,STOS,LODS
Change the way temporary registers are handled with loading and saving
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1560
|
2004-01-11 12:24:56 +00:00 |
|
Peter Veenstra
|
449d45643c
|
somehow atan translates to atan2(Fizzban)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1559
|
2004-01-11 09:41:52 +00:00 |
|
Sjoerd van der Berg
|
05f6c5bf9b
|
Fix set VESA set CPU window function to only use a bye value
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1558
|
2004-01-11 09:27:52 +00:00 |
|
Peter Veenstra
|
c6939434ae
|
preparing 0.61
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1557
|
2004-01-10 20:19:14 +00:00 |
|
Peter Veenstra
|
2f84118e7c
|
preparing 0.61
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1556
|
2004-01-10 20:10:31 +00:00 |
|
Sjoerd van der Berg
|
d4274ba2ce
|
Disable the dynamic core log messages by default
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1555
|
2004-01-10 19:12:45 +00:00 |
|
Peter Veenstra
|
186b881f15
|
disabled aspect
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1554
|
2004-01-10 18:45:50 +00:00 |
|
Peter Veenstra
|
94b8931b78
|
Changed default cpu cycles to 2500
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1553
|
2004-01-10 18:42:58 +00:00 |
|
Peter Veenstra
|
fcbd0fe854
|
Copyright to 2004
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1552
|
2004-01-10 14:03:36 +00:00 |
|
Peter Veenstra
|
76460ed400
|
Chuck Yeager timer inits (Srecko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1551
|
2004-01-10 11:43:41 +00:00 |
|
Peter Veenstra
|
47227a3fdd
|
Oops fixing mistake that broke ultima 7 and 8
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1550
|
2004-01-09 16:51:22 +00:00 |
|
Peter Veenstra
|
c5c064beb2
|
changed setenv to be case insensitive posted at vogons: turrican 2 post
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1549
|
2004-01-09 12:34:53 +00:00 |
|
Sjoerd van der Berg
|
ddd6c6531e
|
Fix screenshot support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1548
|
2004-01-08 21:16:25 +00:00 |
|
Peter Veenstra
|
a5147909b0
|
pushed sensible values on the stack (wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1547
|
2004-01-08 11:51:08 +00:00 |
|
Peter Veenstra
|
9785e03197
|
Added patch 849608 from Jonathan Gray and a patch from Dominik Vogt
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1546
|
2004-01-08 11:47:26 +00:00 |
|
Sjoerd van der Berg
|
eda2ee4b18
|
increase horizontal retrace delay a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1545
|
2004-01-07 22:22:36 +00:00 |
|
Sjoerd van der Berg
|
012d12d691
|
add option to select cpu core in config file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1544
|
2004-01-07 21:37:47 +00:00 |
|
Peter Veenstra
|
926c1aab65
|
small typo (wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1543
|
2004-01-07 20:26:38 +00:00 |
|
Peter Veenstra
|
05a4fc6daa
|
Revectorred int 5c(wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1542
|
2004-01-07 20:23:48 +00:00 |
|
Sjoerd van der Berg
|
df06393f64
|
Add IMUL Gv,Ev
Add LES,LDS,LFS,LGS
Add POP FS/GS PUSH FS/GS
Add MOVZX/MOVSX
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1541
|
2004-01-07 16:10:01 +00:00 |
|
Peter Veenstra
|
c663205a59
|
fixed pharlab keyboard issues (hopefully)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1540
|
2004-01-07 12:18:58 +00:00 |
|
Sjoerd van der Berg
|
7b3747769c
|
fix double shift gen functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1539
|
2004-01-06 20:48:21 +00:00 |
|
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 |
|