Path: blob/a-new-beginning/Cherry/Core/include/gearcoleco.h
2 views
/*1* Gearcoleco - ColecoVision Emulator2* Copyright (C) 2021 Ignacio Sanchez34* This program is free software: you can redistribute it and/or modify5* it under the terms of the GNU General Public License as published by6* the Free Software Foundation, either version 3 of the License, or7* any later version.89* This program is distributed in the hope that it will be useful,10* but WITHOUT ANY WARRANTY; without even the implied warranty of11* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12* GNU General Public License for more details.1314* You should have received a copy of the GNU General Public License15* along with this program. If not, see http://www.gnu.org/licenses/16*17*/1819#ifndef GEARCOLECO_H20#define GEARCOLECO_H2122#include "common.h"23#include "definitions.h"24#include "log.h"25#include "GearcolecoCore.h"26#include "CVMemory.h"27#include "Processor.h"28#include "Cartridge.h"29#include "Audio.h"30#include "Video.h"3132#endif /* GEARCOLECO_H */33343536