[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Full motion video demo - ready to check out
Hi,
I had a cursory look at your code for "playvideonodelay" from the Billy Idol
disk.
Are you actually specifying each line on the lores screen, indexed by the
Y-register to move the data?
I was thinking of putting together a LORES movie projecter ages ago, but
alas vaporware as I had little time to work on it.
If you'd like I can post a routine to move an entire "buffer" to the LORES
screen very quickly using minimal code. All you need to do is
specify the "offset" in memory to the originating buffer and then JSR to the
routine.
The major limiting factor to my routine is it can put data up so fast you'll
run out of memory (even on a CF card) real fast in 100% real time.
Of course that's one of the reasons I sixxed my project as I don't have time
to create 128-256 MB worth of LORES video frames! :)
Cheers,
Craig