remove extra output from gbz80disasm

hg-commit-id: 2c4886b28a2f
This commit is contained in:
Bryan Bishop 2012-01-11 17:45:13 -06:00
parent 68d4d86a8f
commit 8ef0838654

View file

@ -640,7 +640,6 @@ def output_bank_opcodes(original_offset, max_byte_count=0x4000):
current_byte_number += 2 current_byte_number += 2
offset += 2 offset += 2
print "next byte is: " + hex(ord(extract_maps.rom[offset]))
elif maybe_byte in opt_table.keys(): elif maybe_byte in opt_table.keys():
op_code = opt_table[maybe_byte] op_code = opt_table[maybe_byte]
op_code_type = op_code[1] op_code_type = op_code[1]