1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-16 22:28:57 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine/Wrappers/CSZX8081.h
2018-05-13 15:19:52 -04:00

19 lines
342 B
Objective-C

//
// CSZX8081.h
// Clock Signal
//
// Created by Thomas Harte on 04/06/2017.
// Copyright 2017 Thomas Harte. All rights reserved.
//
@class CSZX8081;
#import "CSMachine.h"
@interface CSZX8081 : NSObject
- (instancetype)initWithZX8081:(void *)zx8081 owner:(CSMachine *)machine;
@property (nonatomic, assign) BOOL tapeIsPlaying;
@end