This demo was written to find out how often the vbWaitFrame function has to be called to get a delay of one second.
vbWaitFrame() is a function from the default library of the Virtual-E C Compiler (VECC), which is used for timing. The result: 1 second = vbWaitFrame(3340).