Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

他のフラグ操作も実装する #93

Open
github-actions bot opened this issue Jul 15, 2020 · 0 comments
Open

他のフラグ操作も実装する #93

github-actions bot opened this issue Jul 15, 2020 · 0 comments
Labels

Comments

@github-actions
Copy link

他のフラグ操作も実装する

// TODO: 他のフラグ操作も実装する

        }

        // TODO: 他のフラグ操作も実装する

        public override string ToString() {
            var sb = new StringBuilder();
            sb.Append(this.HasFlag(ProcessorStatusFlag.E) ? "E" : "-");
ndex 8433b5b..220a6bf 100644
++ b/BlazeSnes.Core/External/Cartridge.cs

490512c239196e426507c0c1a9b75812365be2d1

@github-actions github-actions bot added the todo label Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants