// // Atari2600.h // Clock Signal // // Created by Thomas Harte on 14/07/2015. // Copyright © 2015 Thomas Harte. All rights reserved. // #import #import "OpenGLView.h" @interface CSAtari2600 : NSObject @property (nonatomic, strong) CSCathodeRayView *view; - (void)runForNumberOfCycles:(int)cycles; - (void)setROM:(NSData *)rom; @end