Mail Archives: djgpp/1999/03/01/11:33:28
The bug EXISTS! BELIEVE ME!
I can prove it. For a long time, I didn't know why my SB code doesn't
work with single-cycle DMA. Then I tried to rewrite the line
dmaMode=(autoinit) ? 0x58 : 0x48;
to
dmaMode=(autoinit!=FALSE) ? 0x58 : 0x48;
And suddenly single-cycle DMA worked! You see?
FALSE is a preprocessor constant.
#define FALSE 0
Ok?
+-----------------------------------------------------+
| Carlos Giani_AEN2003, PC-Club (M2003) |
| TGM - Schule der Technik, Abteilung Elektronik |
| |
| During holidays or weekends use this email-address: |
| darkvale AT fcmail DOT com |
+-----------------------------------------------------+
- Raw text -