VOGONS

Common searches


Search results

Display options

Re: Interruption 15h

It should at least since I just tested it and works just fine in the DOSBox CVS (the CVS sourcecode available at their sourceforge.net/projects/dosbox page.) I make builds of it on a weekly basis abouts. See my sig. BTW: My highscore with your little game came out to be 180. Spanish text but still …

Interruption 15h

I have some old programs I made using Turbo Pascal. Some of them did not work correctly. The most important problem is about function "86h", from "int 15h". The following code is equivalent to a delay function: procedure makepause(ms:Word); assembler; asm mov ax,1000; mul ms; mov cx, dx; mov dx, ax; …

Page 1 of 1