summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-03-07 23:27:55 -0500
committeryenatch <yenatch@gmail.com>2013-03-07 23:27:55 -0500
commit91b24953f615569d5130cb1ccceffa8149cc42c0 (patch)
tree92b399caa6f74ad0dbaf5aa2d9132ca9059056b7
parent9ee0600524218d47ce2faa9b122a8e2b498e9b66 (diff)
vba - suppress joypad input message
-rw-r--r--extras/vba.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vba.py b/extras/vba.py
index 8ed0d7b5a..61265765d 100644
--- a/extras/vba.py
+++ b/extras/vba.py
@@ -166,7 +166,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):