/* Copyright (C) 2014-2015 Ben Kurtovic Released under the terms of the MIT License. See LICENSE for details. */ #pragma once #include #include "config.h" #include "rom.h" /* Functions */ void emulate(ROM*, Config*);