FruitMachine-Swift/FruitMachine/AppleII/Video/ScreenDelegate.swift

20 lines
330 B
Swift

//
// ScreenDelegate.swift
// FruitMachine
//
// Created by Christopher Rohl on 8/1/17.
// Copyright © 2017 Christopher Rohl. All rights reserved.
//
import Cocoa
extension AppleII {
class ScreenDelegate: NSObject, CALayerDelegate {
static let PIXEL_WIDTH = 280
static let PIXEL_HEIGHT = 192
}
}