added support for a config class/file. System not initialized perfect yet!
(env is not fixed) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@289
This commit is contained in:
parent
f02d440dc9
commit
d0fc1da99b
31 changed files with 502 additions and 120 deletions
|
@ -850,7 +850,7 @@ static Bitu DOS_20Handler(void) {
|
|||
}
|
||||
|
||||
|
||||
void DOS_Init(void) {
|
||||
void DOS_Init(Section* sec) {
|
||||
call_20=CALLBACK_Allocate();
|
||||
CALLBACK_Setup(call_20,DOS_20Handler,CB_IRET);
|
||||
RealSetVec(0x20,CALLBACK_RealPointer(call_20));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue