1
0
Fork 0
Commit graph

582 commits

Author SHA1 Message Date
Ulf Wohlers
00080a4d9d MakeEnv: added hack to allow creation from envblock in unused mem (0xCD)
Dos_Execute: extrabytes now added to the imagesize


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@661
2003-02-06 22:21:58 +00:00
Peter Veenstra
9be6cee6ac fixed ultima 1, added 2 color cga putpixel, fixed cga getpixel. speeded up findsettings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@660
2003-02-05 19:21:53 +00:00
Peter Veenstra
5d8568a3cc Pause
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@659
2003-02-05 19:12:20 +00:00
Ulf Wohlers
ade6f33cd7 fixed tab key stuck when switching tasks (no keyboard response)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@658
2003-01-30 15:40:57 +00:00
Ulf Wohlers
f662453ba8 fixed bug in mouse position clipping
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@657
2003-01-30 15:37:54 +00:00
Ulf Wohlers
22b81376d4 changed HostPt* memory -> HostPt memory
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@656
2003-01-30 15:37:15 +00:00
Ulf Wohlers
6c0fc8f3e3 fixed bug in POPAD
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@655
2003-01-28 21:19:29 +00:00
Ulf Wohlers
5debecf40f GetFileAttr works now with dirs too.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@654
2003-01-28 21:18:55 +00:00
Ulf Wohlers
e9f1f898d7 DOS_CloseFile: dont close devices
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@653
2003-01-28 21:18:20 +00:00
Peter Veenstra
6c2c23fd13 removed UPCASE
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@652
2003-01-28 12:23:28 +00:00
Sjoerd van der Berg
4b9c02ea28 Endian support for vga tables.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@651
2003-01-25 00:01:40 +00:00
Peter Veenstra
b7088bb6e6 doesn't crash on old configfiles anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@650
2003-01-20 20:01:49 +00:00
Peter Veenstra
1dc03e1a4c added property for disney
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@649
2003-01-20 20:00:28 +00:00
Sjoerd van der Berg
b2af34aa58 some changes for locking screen in fullscreen
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@648
2003-01-20 19:03:37 +00:00
Peter Veenstra
7cd315de47 added ems 054:02
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@647
2003-01-20 18:54:52 +00:00
Ulf Wohlers
02040d7086 fixed handling of adding/deleting files in dircache
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@646
2003-01-20 10:54:26 +00:00
Ulf Wohlers
516251e648 Dont reset findnext counter if recaching directoy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@645
2003-01-19 23:07:14 +00:00
Ulf Wohlers
b9434bbf8b Added Class to deactivate cache, for debugging purposes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@644
2003-01-19 17:55:05 +00:00
Ulf Wohlers
75072258ec disabled AddEntry (Arena prob)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@643
2003-01-19 16:51:25 +00:00
Ulf Wohlers
bb1d5b2f2f fixed some filenames not being mangled, due to unsorted list access
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@642
2003-01-19 14:08:22 +00:00
Sjoerd van der Berg
c5d18b9d98 Moved instructions.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@641
2003-01-19 09:04:38 +00:00
Sjoerd van der Berg
83724b66f2 instructions.h moved in makefiles.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@640
2003-01-19 09:01:10 +00:00
Sjoerd van der Berg
aaf24b65e5 Support to enable/disable the disney.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@639
2003-01-18 11:32:18 +00:00
Sjoerd van der Berg
5f7c53654c Only setup default interrupt handlers for first 128 interrupts.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@638
2003-01-18 11:30:05 +00:00
Sjoerd van der Berg
d74635f15c Changed location of instructions.h
Only enable heavy_debug if normal debug is enabled.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@637
2003-01-18 11:29:23 +00:00
Ulf Wohlers
e907697244 fixed bug in rename file <-> Dircache
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@636
2003-01-16 15:13:18 +00:00
Ulf Wohlers
496640572a ignore precding '.' in filenames, fixed: GetLongname wasnt always used.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@635
2003-01-16 12:53:05 +00:00
Peter Veenstra
adcb401271 added drive_cache.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@634
2003-01-16 10:32:23 +00:00
Ulf Wohlers
da6cf16ae9 fixed a few dircache issues, removed saving of file status in cache
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@633
2003-01-15 23:04:54 +00:00
Ulf Wohlers
43d965ec60 added shutdown function, fixed memleak.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@632
2003-01-15 20:10:39 +00:00
Ulf Wohlers
0a1f52e0f8 new file drive_cache.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@631
2003-01-15 20:08:35 +00:00
Ulf Wohlers
fb2896a653 added directory cache
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@630
2003-01-15 20:07:57 +00:00
Peter Veenstra
a1f52fbd1d fixes for black on white terminals
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@629
2003-01-15 18:35:07 +00:00
Peter Veenstra
66996ec882 fixed a bug in parsecommand for gcc3.2
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@628
2003-01-14 11:13:18 +00:00
Peter Veenstra
43dd0e358e made gcc happy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@627
2003-01-07 18:17:42 +00:00
Peter Veenstra
b52e4e5f08 made gcc3.2 happy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@626
2003-01-07 18:12:41 +00:00
Peter Veenstra
34188f9e14 renamed Thread to thread as else the linux filesystem couldn't find it
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@625
2003-01-07 18:11:11 +00:00
Peter Veenstra
3642056686 debugger fixes under linux
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@624
2003-01-07 18:03:39 +00:00
Peter Veenstra
036ac5a298 fixed a typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@623
2003-01-06 10:40:58 +00:00
Sjoerd van der Berg
9d8a3b6020 Support for async display udpates.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@622
2003-01-05 12:33:22 +00:00
Sjoerd van der Berg
b4fe560bd7 Async graphics updates.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@621
2003-01-05 12:32:37 +00:00
Sjoerd van der Berg
af01668b34 New async rendering.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@620
2003-01-05 12:08:49 +00:00
Sjoerd van der Berg
4bcf247a00 Moved vga retrace handling.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@619
2003-01-05 12:08:12 +00:00
Sjoerd van der Berg
6a3be16d00 Use new MCB class
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@618
2002-12-31 13:33:38 +00:00
Sjoerd van der Berg
bba62a21b4 Use new MCB Class
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@617
2002-12-31 13:32:53 +00:00
Sjoerd van der Berg
29a781ff18 Use the new MCB class.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@616
2002-12-31 13:31:53 +00:00
Sjoerd van der Berg
92858fee03 Use the new MCB class
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@615
2002-12-31 13:27:38 +00:00
Sjoerd van der Berg
080bcf28d4 Removed dos_mcb class from here.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@614
2002-12-31 13:26:59 +00:00
Sjoerd van der Berg
ec8b4e3ec2 MCB structure now endian safe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@613
2002-12-31 13:26:23 +00:00
Sjoerd van der Berg
4376052e99 Don't reset last pressed/released location and always give back button status.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@612
2002-12-31 01:28:27 +00:00