matanlurey / gba.dart-archived

A gameboy advanced emulator written in Dart
https://github.com/matanlurey/gba.dart
12 stars 4 forks source link

Add support for checking conditions. #55

Closed matanlurey closed 7 years ago

matanlurey commented 7 years ago

void execute(...) -> bool execute(...), where it returns whether it was run.

The super class execute method just returns if the condition passes.