FruitMachine-Swift/FruitMachine/AppleII/Peripherals/Peripheral.swift
Luigi Thirty ab3c32af3d attached the Disk II ROM
peripherals
2017-08-03 00:31:12 -04:00

15 lines
250 B
Swift

//
// Peripheral.swift
// FruitMachine
//
// Created by Christopher Rohl on 8/2/17.
// Copyright © 2017 Christopher Rohl. All rights reserved.
//
import Cocoa
protocol Peripheral {
var slotNumber: Int { get }
func installOverrides()
}