|/*----------------------------------------------------------------------
| Function:
restore do this before exiting program
| Inputs:
Nothing
| Returns:
Nothing
| Purpose:
Restore interrupt vector table.
|----------------------------------------------------------------------*/
void restore(void)
{
/* Restore the old vectors */
_disable();
_dos_setvect(IRQ1_ 8, old_IRQ1_handler);
outp(0x21,Gi_old_mask);
_enable();
}
DM5854HR/DM6854HR Page 41 (c) RTD Finland Oy 1996-2001