Re: [stella] Re: About your tutorial

Subject: Re: [stella] Re: About your tutorial
From: "Eric Ball" <ericball@xxxxxxxxxxxx>
Date: Mon, 12 Apr 2004 21:17:54 -0400
cycle counting vblank:

Just to toss in my C$0.03 - it's generally a good idea to have an idea how
many cycles any chunk of code will take, especially any routines which get
invoked multiple times per frame, i.e. anything in a loop, in particular
anything more than O(n).  You're not looking for an exact cycle count, more
like a worst-case # of lines something will take.

2600 in France - is your system SECAM or PAL?

----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread