I just made another test using the array instead of the pointer+malloc and it also works fine for me. There are the commands I used for compiling, also with TC 2.01 and TASM 1.0: tasm /ml cga...
I think the problem is the array is too big. With such a massive amount of data (for the IBM PC proportions :p) is preferable using pointers and allocating memory using malloc. I changed char...
Haven't powered them in years. Couldn't tell you. I just cringe to think I nearly gave ~1/2 dozen away years ago. And I won't be powering them again using the stock power supplies. Not until I can...
Do they power up to a black or solid colour screen? That's what both of mine do.
I'm nosey.
I just made another test using the array instead...
I just made another test using the array instead of the pointer+malloc and it also works fine for me.
carlos12 Today, 01:14 AMThere are the commands I used for compiling, also with TC 2.01 and TASM 1.0:
tasm /ml cga...