1
0
Fork 0
Commit graph

825 commits

Author SHA1 Message Date
Sjoerd van der Berg
ae0b157a7b Some changes to a20 line handling and some cleaning up.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@905
2003-04-13 18:21:49 +00:00
Sjoerd van der Berg
7cbbca92f4 Support for activating a20 line through keyboard controller
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@904
2003-04-13 18:21:09 +00:00
Ulf Wohlers
6d2e025aef Preparations for protected mode.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@903
2003-04-12 10:44:37 +00:00
Ulf Wohlers
f7b841d05a fixed bug in bt group
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@902
2003-04-10 15:43:19 +00:00
Ulf Wohlers
3091207f6a made it safer if accessing non existant subunit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@901
2003-04-10 15:42:46 +00:00
Ulf Wohlers
55b6b319eb removed clear mapping on free xms
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@900
2003-04-10 10:35:50 +00:00
Peter Veenstra
517cde1b3c cleanup patch from Max Horn
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@899
2003-04-10 10:32:59 +00:00
Peter Veenstra
5e968ab24c added xms.h to extra dist
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@898
2003-04-09 11:48:09 +00:00
Ulf Wohlers
7bc69501c7 remove static from xms-funcs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@897
2003-04-09 09:23:31 +00:00
Ulf Wohlers
ffcc1bb3dd delete -> free
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@896
2003-04-09 09:01:30 +00:00
Ulf Wohlers
d43d304911 fixed bug (xms mapping destroyed hma)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@895
2003-04-09 08:51:57 +00:00
Ulf Wohlers
0063eb982d fixed error (SegPhys)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@894
2003-04-08 19:11:36 +00:00
Sjoerd van der Berg
109bd9958f Small clean up and fix with new cpu.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@893
2003-04-08 19:01:30 +00:00
Sjoerd van der Berg
d4d1d72f6a Some prelimenary changes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@892
2003-04-08 18:54:17 +00:00
Sjoerd van der Berg
9fbf3c7b60 Remove dependency for cpu.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@891
2003-04-08 18:50:26 +00:00
Sjoerd van der Berg
ddd427f40f Updates for new Segment structure
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@890
2003-04-08 18:48:16 +00:00
Peter Veenstra
24e82f2d33 command /c works with batch files as well :)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@889
2003-04-08 18:24:38 +00:00
Ulf Wohlers
e5d49d2072 added xms.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@888
2003-04-08 16:25:31 +00:00
Ulf Wohlers
b4ebb348df added big block allocation, a20 status and hma mapping
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@887
2003-04-08 16:25:02 +00:00
Peter Veenstra
a34fb7ce60 fixed crashes under linux with cdrom
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@886
2003-04-08 10:32:22 +00:00
Ulf Wohlers
18ef6fdf50 changed xms allocation strategy (big block allocation)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@885
2003-04-07 14:45:18 +00:00
Ulf Wohlers
923ca7281a put xms in functions and added resize block
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@884
2003-04-07 10:48:53 +00:00
Sjoerd van der Berg
4960a9201b changes for new c_extra_inline handling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@883
2003-04-06 21:23:18 +00:00
Sjoerd van der Berg
58622a1de9 Clean up some old structure
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@882
2003-04-06 20:00:19 +00:00
Sjoerd van der Berg
b0cb5d2b0b Save lower 16-bits when saving 32-bit flags
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@881
2003-04-06 13:34:39 +00:00
Sjoerd van der Berg
a49cad547d Fixed to 32-bit IDIV and IMUL
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@880
2003-04-06 13:34:19 +00:00
Sjoerd van der Berg
adb8268359 Add INSB,INSW,CMPSD
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@879
2003-04-06 12:09:43 +00:00
Sjoerd van der Berg
ee247fc7d2 Running irq's when saving flags disabled for now.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@878
2003-04-06 11:56:38 +00:00
Sjoerd van der Berg
b3dcf45c8a Always use inline memory read/writes
Support for 0x67 prefix
Removed some old debugging code


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@877
2003-04-06 11:08:07 +00:00
Sjoerd van der Berg
6ae8549b9e Special inline memory read/write handlers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@876
2003-04-06 11:07:19 +00:00
Sjoerd van der Berg
34004ce676 Support 0x67 prefix
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@875
2003-04-06 11:06:13 +00:00
Sjoerd van der Berg
a75a39a550 Full 32-bit flags support for detecting 386
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@874
2003-04-06 11:05:43 +00:00
Ulf Wohlers
140a8d3238 fixed bug in Descriptor::Load/SaveValues
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@873
2003-04-06 10:41:52 +00:00
Ulf Wohlers
e2e143a846 Added Descriptor/table classes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@872
2003-04-06 10:25:07 +00:00
Sjoerd van der Berg
b7040481ab Support for 0x0f prefixed 386 opcodes and added some new instructions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@871
2003-04-06 08:36:37 +00:00
Sjoerd van der Berg
4c13a9d897 ALSA Midi Support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@870
2003-04-06 06:31:54 +00:00
Sjoerd van der Berg
d89a9e1fc1 Small bug in one of the 32-bit r/m address lookups
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@869
2003-04-04 22:17:54 +00:00
Sjoerd van der Berg
54edb9922b Correct calculation for function 0x2c get time.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@868
2003-04-04 21:59:38 +00:00
Sjoerd van der Berg
fe77e30d77 Fix LAHF and SAHF
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@867
2003-04-04 21:05:54 +00:00
Sjoerd van der Berg
d9410982d0 Added LFS and LGS
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@866
2003-04-04 16:33:43 +00:00
Sjoerd van der Berg
d8c23d9b98 Fix LOOPZ and LOOPNZ
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@865
2003-04-04 16:32:03 +00:00
Ulf Wohlers
8a3d68cbaa Added ClearAnsi in Constructor
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@864
2003-04-03 11:03:58 +00:00
Ulf Wohlers
2bada3655d Fixed bug in dev_Con::write - use background attribute only if ansi is enabled.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@863
2003-04-03 11:02:43 +00:00
Sjoerd van der Berg
6fcd5cc659 Changes for flag layout and some new support #defines
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@862
2003-04-02 15:33:47 +00:00
Sjoerd van der Berg
2f3689cd7e Change Segment order
Some new defines for register indexes


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@861
2003-04-02 15:31:06 +00:00
Sjoerd van der Berg
4a441be91f Add files for other core
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@860
2003-04-01 22:20:00 +00:00
Sjoerd van der Berg
302cf8e94a New cpu core for some testing.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@859
2003-04-01 22:16:19 +00:00
Peter Veenstra
1d510b4a24 fixed compilation under gcc2.95
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@857
2003-03-31 10:10:13 +00:00
Sjoerd van der Berg
58b16c1aa2 create the docs/makefile
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@856
2003-03-31 09:08:20 +00:00
Sjoerd van der Berg
732df657f4 Manpages
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@855
2003-03-31 08:57:49 +00:00