[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 131-color mode
> Yeah, you need to set Y to 0 before calling the move routine.
Ah! thank you. :-)
> Since the AppleWin screen update is not synchronized to the emulated
> VBL, there's actually not much use using $C019 yet unless it's on a
> real Apple //e.
Really? Ok, well that explains why it only "mostly" works over here in
windowed mode and doesn't work as well in full-screen mode. Is it not
possible to set the video refresh rate to 60hz and use double-buffering
to do video sync? Do we lose any useful artifacts in the process?
> Here's a version of your demo which uses simple delays via $FCA8.
Ah, cool.
> #$41 seems to be about the best for AppleWin on my system.
I'm using a thinkpad t40, 1.3ghz processor -- For me, something between
#$4c and #$4d would work best.