1
0
Fork 0

Refinements of commit 4291, so that precission can be specified as well and less fixed defines are used

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4292
This commit is contained in:
Peter Veenstra 2019-11-19 16:16:06 +00:00
parent 01fe58047e
commit 8cb2e08f31
5 changed files with 30 additions and 28 deletions

View file

@ -527,7 +527,7 @@ Bitu CALLBACK_SetupExtra(Bitu callback, Bitu type, PhysPt physAddress, bool use_
phys_writeb(physAddress+0x1B,(Bit8u)0xC3); //A RETN Instruction
return (use_cb?32:27);
default:
E_Exit("CALLBACK:Setup:Illegal type " sBitud,type);
E_Exit("CALLBACK:Setup:Illegal type %" sBitfs(u),type);
}
return 0;
}