Ulf Wohlers
|
f2f9b04b5c
|
DOS_Execute: Moved creation of psp after closing exe, to avoid dead file handle of exe in copied psp.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1144
|
2003-07-24 10:31:41 +00:00 |
|
Sjoerd van der Berg
|
4092577e26
|
Check correct types for -t option of mount
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1143
|
2003-07-23 11:50:15 +00:00 |
|
Sjoerd van der Berg
|
7ee73a90b7
|
Hack for 0xcd memory no longer needed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1142
|
2003-07-23 11:45:08 +00:00 |
|
Ulf Wohlers
|
048006f2ac
|
removed xms usage, added more log messages
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1141
|
2003-07-22 14:01:24 +00:00 |
|
Peter Veenstra
|
027ce473e7
|
fixed the treh demo and some other.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1140
|
2003-07-21 16:56:40 +00:00 |
|
Ulf Wohlers
|
5d93540ca0
|
Added int 21 6c - Extended open
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1139
|
2003-07-21 09:38:35 +00:00 |
|
Peter Veenstra
|
e2f947a1c1
|
Changed the TOP system.
Added support for 80 bits loading and saving
Added support BCD saving
Added FPREM
Adden FXAM
Fixed bug when comparing zero to an nonzero number.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1138
|
2003-07-19 05:54:10 +00:00 |
|
Sjoerd van der Berg
|
4e62907e37
|
include ctype.h for toupper
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1137
|
2003-07-15 09:05:19 +00:00 |
|
Peter Veenstra
|
fc02a41aad
|
Added support for pressing esc in shell so it escapes the current line and allows you to type a new command
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1136
|
2003-07-14 17:44:00 +00:00 |
|
Sjoerd van der Berg
|
836fa34786
|
Check for xms being enabled not ems
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1135
|
2003-07-14 12:44:23 +00:00 |
|
Sjoerd van der Berg
|
7c02953cfc
|
New direct mapping support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1134
|
2003-07-14 12:43:51 +00:00 |
|
Ulf Wohlers
|
344afaf577
|
check for bool "dpmi" in dpmi_init to enable/disable dpmi
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1133
|
2003-07-14 11:37:27 +00:00 |
|
Ulf Wohlers
|
640e059254
|
Removed HostPt in ReadSector
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1132
|
2003-07-14 11:35:06 +00:00 |
|
Sjoerd van der Berg
|
b0780d0cb4
|
Use inlined memory access functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1131
|
2003-07-14 11:21:08 +00:00 |
|
Sjoerd van der Berg
|
66d2196e7c
|
Incorrect calculation of size for alloc and realloc
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1130
|
2003-07-14 11:06:37 +00:00 |
|
Sjoerd van der Berg
|
fd3d665956
|
add paging.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1129
|
2003-07-14 08:55:04 +00:00 |
|
Sjoerd van der Berg
|
4d4b0d6df2
|
Add paging.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1128
|
2003-07-14 08:54:32 +00:00 |
|
Sjoerd van der Berg
|
3d2bf4e625
|
paging.cpp and paging.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1127
|
2003-07-14 08:53:50 +00:00 |
|
Sjoerd van der Berg
|
a44c5064d1
|
init's for modem/serial/paging.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1126
|
2003-07-14 08:46:01 +00:00 |
|
Sjoerd van der Berg
|
f6062818d3
|
Remove old memory size defines
Enable C_MODEM by default
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1125
|
2003-07-14 08:42:37 +00:00 |
|
Sjoerd van der Berg
|
96bece4cca
|
Remove usage of HostPt while going through environment strings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1124
|
2003-07-14 08:41:52 +00:00 |
|
Sjoerd van der Berg
|
63933fcad4
|
New LOG_PAGING target
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1123
|
2003-07-14 08:40:20 +00:00 |
|
Sjoerd van der Berg
|
4d26f08a37
|
Support for setting linear frame buffer base.
New way of setting up vga read/write handler or frame buffer.
No longer use HostPt memory for certain video modes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1122
|
2003-07-14 08:39:40 +00:00 |
|
Sjoerd van der Berg
|
74676d9bb7
|
Memory size now reported in 4kb blocks
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1121
|
2003-07-14 08:36:12 +00:00 |
|
Sjoerd van der Berg
|
f807ea947f
|
Support for paged memory and handlers on changes to those pages.
On demand allocation of memory
Setup a range for linear frame buffer
Handle ROM/VGA memory sections.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1120
|
2003-07-14 08:35:28 +00:00 |
|
Sjoerd van der Berg
|
93c6c0c803
|
Main paging handler.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1119
|
2003-07-14 08:32:39 +00:00 |
|
Sjoerd van der Berg
|
a1993a714c
|
Call paging functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1118
|
2003-07-14 08:32:22 +00:00 |
|
Sjoerd van der Berg
|
35188cb6c8
|
use phys_write for rom area.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1117
|
2003-07-14 08:26:07 +00:00 |
|
Sjoerd van der Berg
|
9f5a0c6859
|
use phys_write for setting up callback in rom area.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1116
|
2003-07-14 08:25:18 +00:00 |
|
Sjoerd van der Berg
|
3820b14384
|
Use phys_write for access to rom memory.
Remove usage of HostPt while reading the fonts.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1115
|
2003-07-14 08:24:42 +00:00 |
|
Sjoerd van der Berg
|
e850ceff5c
|
Some changes for correct memory region setup in gfx registers.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1114
|
2003-07-14 08:23:32 +00:00 |
|
Sjoerd van der Berg
|
84b3d2d4c2
|
Changes for new allocation system
Changes for new page mapping system
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1113
|
2003-07-14 08:20:33 +00:00 |
|
Sjoerd van der Berg
|
695d8e91d4
|
New headers and changes for new paging support.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1112
|
2003-07-14 08:16:04 +00:00 |
|
Sjoerd van der Berg
|
2174ca5c3b
|
LOG_PAGING target.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1111
|
2003-07-14 08:13:26 +00:00 |
|
Sjoerd van der Berg
|
15bdfcb09c
|
CB_BASE defined
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1110
|
2003-07-14 08:12:53 +00:00 |
|
Sjoerd van der Berg
|
e8d9586fee
|
Only report a coprocessor when enabled
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1109
|
2003-07-10 22:28:44 +00:00 |
|
Sjoerd van der Berg
|
3d2607e514
|
tada a newline at the end
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1108
|
2003-07-10 12:35:53 +00:00 |
|
Sjoerd van der Berg
|
4520aa573e
|
remove obsolete #include
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1107
|
2003-07-10 12:34:08 +00:00 |
|
Ulf Wohlers
|
c441125606
|
LEAVECORE is called only if breakpoint is detected (heavy debug), added SaveIP.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1106
|
2003-07-09 16:11:30 +00:00 |
|
Ulf Wohlers
|
c840ac87c8
|
LEAVECORE is called only if breakpoint is detected (heavy debug)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1105
|
2003-07-09 16:06:47 +00:00 |
|
Ulf Wohlers
|
8f10df3830
|
fixed bug in func 503, wrong resize size calculated
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1104
|
2003-07-09 15:24:22 +00:00 |
|
Sjoerd van der Berg
|
a9e6d0bacc
|
Change order of includes for defines
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1103
|
2003-07-08 20:11:08 +00:00 |
|
Sjoerd van der Berg
|
17d3f15643
|
Make push/pop calls non-inline
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1102
|
2003-07-08 18:27:14 +00:00 |
|
Sjoerd van der Berg
|
95411985d7
|
Screenshot will now be disabled if there's no libpng else enabled default
Checking fo SDL_net if softmodem can be enabled.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1101
|
2003-07-08 18:24:36 +00:00 |
|
Sjoerd van der Berg
|
4f61b6c47a
|
C_MODEM checking
Correct caps for sdl_net header
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1100
|
2003-07-08 18:21:22 +00:00 |
|
Sjoerd van der Berg
|
a8a7d4ed98
|
Update logging with some new targets for better compling without debugging
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1099
|
2003-07-08 17:11:04 +00:00 |
|
Sjoerd van der Berg
|
11d98caddb
|
Added softmodem and serialport
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1098
|
2003-07-08 16:53:07 +00:00 |
|
Sjoerd van der Berg
|
9bbec94977
|
Slightly better support for ioctl function 0x6
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1097
|
2003-07-08 16:51:26 +00:00 |
|
Sjoerd van der Berg
|
569fd602d1
|
Root z:\ directory is valid
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1096
|
2003-07-08 16:50:27 +00:00 |
|
Sjoerd van der Berg
|
0b12c58d77
|
Check for interrupt flag and waiting irq's on moments where flags are changed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1095
|
2003-07-08 16:46:28 +00:00 |
|