Board index » delphi » Problem with installing an Interrupt handle ???
Richard Storer
![]() Delphi Developer |
Mon, 08 Apr 2002 03:00:00 GMT
Problem with installing an Interrupt handle ???
Hi,
I'm trying to write a simple program to install a new Interrupt handle to the Timer Tick Interrupt $1c with Free Pascal. The code works while running under Windows 95 but doesn't work under MS-DOS mode and I can't understand why. I need to run it under MS-DOS mode because I plan to use the Programmable Interval Timer at high frequency which Windows doesn't allow. Any suggestions ??? Richard S. Program Int_test; Uses go32; Var Procedure int_play; inc(IRQ_CK); asm Procedure install(T_F:Boolean); Procedure test; Begin |