diff options
author | yenatch <yenatch@gmail.com> | 2013-03-07 23:27:55 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-03-07 23:27:55 -0500 |
commit | afbed0623885032d5a03b82ad513bef688b06587 (patch) | |
tree | 8a448684741a1b180b80b32b456e937303bed0f5 /vba.py | |
parent | ef2813c399a13553df16542d863a50623c7c6746 (diff) |
vba - suppress joypad input message
original-commit-id: 91b24953f615569d5130cb1ccceffa8149cc42c0
Diffstat (limited to 'vba.py')
-rw-r--r-- | vba.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |