1
0
Fork 0

Call int 0xe when resetting a disk. Fixes a keydisk workaround algorithm. (thanks ripsaw)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3751
This commit is contained in:
Peter Veenstra 2011-09-01 12:19:52 +00:00
parent 81085e036e
commit 6dfe1d9dcf
3 changed files with 16 additions and 3 deletions

View file

@ -30,7 +30,7 @@ extern CallBack_Handler CallBack_Handlers[];
enum { CB_RETN,CB_RETF,CB_RETF8,CB_IRET,CB_IRETD,CB_IRET_STI,CB_IRET_EOI_PIC1,
CB_IRQ0,CB_IRQ1,CB_IRQ9,CB_IRQ12,CB_IRQ12_RET,CB_IRQ6_PCJR,CB_MOUSE,
CB_INT29,CB_INT16,CB_HOOKABLE,CB_TDE_IRET,CB_IPXESR,CB_IPXESR_RET,
CB_INT21 };
CB_INT21,CB_INT13 };
#define CB_MAX 128
#define CB_SIZE 32