Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/EMU7800/Core/ConsoleSwitch.cs
2 views
namespace EMU7800.Core
{
    internal enum ConsoleSwitch
    {
        GameReset,
        GameSelect,
        GameBW,
        LeftDifficultyA,
        RightDifficultyA,
    }
}