// // CommodoreROM.hpp // Clock Signal // // Created by Thomas Harte on 29/09/2016. // Copyright 2016 Thomas Harte. All rights reserved. // #pragma once #include #include namespace Storage::Cartridge::Encodings::CommodoreROM { bool isROM(const std::vector &); }