diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-03-07 21:05:14 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-03-07 21:05:14 -0800 |
commit | 36a0acbde17ede24152840257e8f12918cd9c6b6 (patch) | |
tree | d206f64907b5f6bfcccbeb5624040efe161c0ad8 /extras/vba.py | |
parent | 6a3cf4e39391560ec978432ec797ce77d13cd76b (diff) | |
parent | a46a4b35a2fa3ceefb6a283480a4e6a9efe8424c (diff) |
Merge pull request #122 from yenatch/master
vba config shouldn't need fiddling out of the box
Diffstat (limited to 'extras/vba.py')
-rw-r--r-- | extras/vba.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vba.py b/extras/vba.py index b57e8e699..317f70540 100644 --- a/extras/vba.py +++ b/extras/vba.py @@ -175,7 +175,7 @@ def button_combiner(buttons): for each in buttons: result |= button_masks[each] - print "button: " + str(result) + #print "button: " + str(result) return result def load_rom(path=None): |