mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-03 08:51:40 +00:00
17 lines
304 B
Objective-C
17 lines
304 B
Objective-C
//
|
|
// CSOric.h
|
|
// Clock Signal
|
|
//
|
|
// Created by Thomas Harte on 11/10/2016.
|
|
// Copyright © 2016 Thomas Harte. All rights reserved.
|
|
//
|
|
|
|
#import "CSMachine.h"
|
|
#import "CSKeyboardMachine.h"
|
|
|
|
@interface CSOric : CSMachine <CSKeyboardMachine>
|
|
|
|
@property(nonatomic, assign) BOOL useCompositeOutput;
|
|
|
|
@end
|