1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00

Adds composite/RGB selection for the Master System.

This commit is contained in:
Thomas Harte
2018-10-23 22:30:24 -04:00
parent 6cb956d1d6
commit e3fd63b2d7
4 changed files with 44 additions and 9 deletions
+3
View File
@@ -9,12 +9,15 @@
#ifndef MasterSystem_hpp
#define MasterSystem_hpp
#include "../../Configurable/Configurable.hpp"
#include "../../Analyser/Static/StaticAnalyser.hpp"
#include "../ROMMachine.hpp"
namespace Sega {
namespace MasterSystem {
std::vector<std::unique_ptr<Configurable::Option>> get_options();
class Machine {
public:
virtual ~Machine();