summaryrefslogtreecommitdiff
path: root/vba.py
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
commitafbed0623885032d5a03b82ad513bef688b06587 (patch)
tree8a448684741a1b180b80b32b456e937303bed0f5 /vba.py
parentef2813c399a13553df16542d863a50623c7c6746 (diff)
vba - suppress joypad input message
original-commit-id: 91b24953f615569d5130cb1ccceffa8149cc42c0
Diffstat (limited to 'vba.py')
-rw-r--r--vba.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vba.py b/vba.py
index 8ed0d7b..6126576 100644
--- a/vba.py
+++ b/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):