From Lucho: the DJ mechanism needs to affect

--------D-M00500004--------------------------
MEM 0050h:0004h - MS-DOS - LOGICAL DRIVE FOR SINGLE-FLOPPY SYSTEM (A: / B:)
Size:   BYTE


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@749 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2004-01-25 22:35:53 +00:00
parent 6534691f85
commit c0a292ae04

View File

@ -227,6 +227,7 @@ STATIC WORD play_dj(ddt * pddt)
fl_readkey();
pddt2->ddt_descflags &= ~DF_CURLOG;
pddt->ddt_descflags |= DF_CURLOG;
pokeb(0, 0x504, pddt->ddt_logdriveno);
return M_CHANGED;
}
return M_NOT_CHANGED;