digs.atari2600
Class FrameRecord

java.lang.Object
  extended by digs.atari2600.FrameRecord

public class FrameRecord
extends java.lang.Object

This class holds all the scanline cycles for a single display frame as parsed from the Z26 debug spew.


Field Summary
 int frameNumber
           
 java.util.List<ScanLineCycle> scanLines
           
 
Constructor Summary
FrameRecord()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frameNumber

public int frameNumber

scanLines

public java.util.List<ScanLineCycle> scanLines
Constructor Detail

FrameRecord

public FrameRecord()