mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +00:00
Removed further testing work.
This commit is contained in:
parent
7b5982e455
commit
3084c465d6
@ -77,11 +77,6 @@ class Atari2600Document: MachineDocument {
|
|||||||
atari2600.setState(true, forDigitalInput: input)
|
atari2600.setState(true, forDigitalInput: input)
|
||||||
}
|
}
|
||||||
|
|
||||||
if event.keyCode == 49 {
|
|
||||||
self.runForNumberOfCycles(Int32(self.intendedCyclesPerSecond / 60))
|
|
||||||
self.openGLView.drawViewOnlyIfDirty(true)
|
|
||||||
}
|
|
||||||
|
|
||||||
if event.keyCode == 36 {
|
if event.keyCode == 36 {
|
||||||
atari2600.setResetLineEnabled(true)
|
atari2600.setResetLineEnabled(true)
|
||||||
}
|
}
|
||||||
|
@ -75,6 +75,4 @@
|
|||||||
|
|
||||||
- (void)performWithGLContext:(nonnull dispatch_block_t)action;
|
- (void)performWithGLContext:(nonnull dispatch_block_t)action;
|
||||||
|
|
||||||
- (void)drawViewOnlyIfDirty:(BOOL)onlyIfDirty;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
Loading…
Reference in New Issue
Block a user