foft
Certified Guru
What details are known on these from a programming perspective. Does it fail with:
i) Anything at high clock speed?
ii) Anything that inits display without SDK?
iii) Changing clock and not setting LCDCON1 properly? i.e. high framerates.
My port of Atari800 uses the SDK for init etc. Please can someone check if it works?
Thanks,
Mark
----------------------
Update: After looking through the pinned one in the general talk forum I found a bit more out...
I found a post from donjj saying that the display settings should be changed to:
Apparently anything written using the official SDK should be fine. Now someone just needs to automate the LCD type detection somehow for hardware banging apps then all is well I guess?
So I guess the answer to my question above is (ii). Is that correct!
i) Anything at high clock speed?
ii) Anything that inits display without SDK?
iii) Changing clock and not setting LCDCON1 properly? i.e. high framerates.
My port of Atari800 uses the SDK for init etc. Please can someone check if it works?
Thanks,
Mark
----------------------
Update: After looking through the pinned one in the general talk forum I found a bit more out...
I found a post from donjj saying that the display settings should be changed to:
Vertical back porch :0x08
Vertical front Porch :0x02
Vertical sync pulse width :0x5
Horizontal back porch :0x32
Horizontal front porch :0x2
Horizontal sync pulse width :0x1e
Apparently anything written using the official SDK should be fine. Now someone just needs to automate the LCD type detection somehow for hardware banging apps then all is well I guess?
So I guess the answer to my question above is (ii). Is that correct!