Search:

Type: Posts; User: bilindas246

Search: Search took 0.00 seconds.

  1. Actual DOS. But it's OK. I already found the...

    Actual DOS. But it's OK. I already found the solution:
    MK_FP(0xB800, 0x0000);
  2. Drawing to the DOS screen with one function call

    If I want to draw pixels in Mode13h in DOS, all I have to do is declaring the following:

    unsigned char far *screen = MK_FP(0xA000, 0x0000);
    Now, I can access every of the 64000 pixels in the...
Results 1 to 2 of 2