Merge pull request #122 from yenatch/master

vba config shouldn't need fiddling out of the box
This commit is contained in:
Bryan Bishop
2013-03-07 21:05:14 -08:00
2 changed files with 4 additions and 7 deletions

View File

@@ -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):