1
0
Fork 0
Commit graph

33 commits

Author SHA1 Message Date
Ulf Wohlers
17a1974f6a debugger changes/additions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@414
2002-10-25 15:25:13 +00:00
Ulf Wohlers
ac29b40919 Changes for new debugger functionalities:
starting/stepping into INTs. processor status log, step over rep instr., debug.com,
heavy debugging switch


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@411
2002-10-25 15:15:42 +00:00
Peter Veenstra
18ae21e866 added help messages for the configfile and updated the readme and install to reflect libpng and zlib
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@396
2002-10-22 17:52:38 +00:00
Sjoerd van der Berg
973be7b16f Added some instructions and fixed a very annoying bug with wrong fetched byte size.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@393
2002-10-21 22:09:19 +00:00
Sjoerd van der Berg
1d9ec59b07 Changed the counter for the cpu decoder to a signed integer.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@385
2002-10-20 10:43:56 +00:00
Sjoerd van der Berg
209b450062 Added some safety defaults in switches
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@384
2002-10-20 10:42:37 +00:00
Sjoerd van der Berg
726aabde05 Protection against setting 0 cycles in the config file and reading out from the low case cycles property
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@375
2002-10-19 17:46:13 +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
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
e4e0137e66 Changed core startup to make the prefix table
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@237
2002-08-28 09:04:00 +00:00
Sjoerd van der Berg
49c27cdc19 Changed some instructions for new prefix handling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@236
2002-08-28 09:03:34 +00:00
Sjoerd van der Berg
db6eb155e1 StringSI to use new prefix handling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@235
2002-08-28 09:03:10 +00:00
Ulf Wohlers
b987696b5f Interrupt -> INTERRUPT
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@233
2002-08-27 12:27:59 +00:00
Ulf Wohlers
cb780cd6e6 Added instructions: BSF,BSR,BSWAP
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@227
2002-08-27 10:15:38 +00:00
Sjoerd van der Berg
7e46d9c60f Fixed bug in popfd, this should remove some trap flag warnings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@224
2002-08-25 22:40:50 +00:00
Sjoerd van der Berg
2c911b659f Added 0x00 group 7 to generate interrupt 6
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@219
2002-08-25 16:38:40 +00:00
Sjoerd van der Berg
7827dcbc3d 0x85 Test Ed,GD opcode added
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@198
2002-08-21 14:29:08 +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
d30a5b8a39 New segments.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@161
2002-08-19 12:37:51 +00:00
Sjoerd van der Berg
8c2ba5ad63 Cleaned up some old #defines
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@160
2002-08-19 12:37:37 +00:00
Sjoerd van der Berg
77f4c055de New segments and removed setsegemnt16 function
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@159
2002-08-19 12:34:52 +00:00
Sjoerd van der Berg
2ae43c7636 New segments and no more default interrupt handles.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@158
2002-08-19 12:33:51 +00:00
Sjoerd van der Berg
44c0b660fc RunRealFar and RunRealInt have been fixed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@150
2002-08-13 04:53:31 +00:00
Sjoerd van der Berg
2d8f205a71 Remove some useless bit masking in the shifts
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@144
2002-08-12 13:42:26 +00:00
Sjoerd van der Berg
f1235b9a99 New instructions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@143
2002-08-12 08:45:12 +00:00
Sjoerd van der Berg
0b17367d8d New instructions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@142
2002-08-12 08:18:04 +00:00
Sjoerd van der Berg
383a425fc9 Fixes to just about every shift rotate instruction.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@141
2002-08-12 08:17:03 +00:00
Sjoerd van der Berg
372fb19c19 Some fixes to the flags of shift instructions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@140
2002-08-10 15:27:33 +00:00
Sjoerd van der Berg
1757db3891 Fix with rm byte not being read
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@102
2002-07-30 12:50:57 +00:00
Sjoerd van der Berg
184f57d77e FPU Support and some clean-up.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@84
2002-07-28 16:26:29 +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