1
0
Fork 0

argh, committed good file...

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1313
This commit is contained in:
Ulf Wohlers 2003-10-13 22:01:07 +00:00
parent 55591a56da
commit 5e13e5c0e4
12 changed files with 32 additions and 227 deletions

View file

@ -438,7 +438,6 @@ static Bit8u MemoryRegion(void) {
static Bitu INT67_Handler(void) {
Bitu i;
LOG(LOG_MISC,LOG_ERROR)("EMS: Call %04X %04X %04X %04X",reg_ax,reg_bx,reg_cx,reg_dx);
switch (reg_ah) {
case 0x40: /* Get Status */
reg_ah=EMM_NO_ERROR;