summaryrefslogtreecommitdiff
path: root/extras/gbz80disasm.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-11 17:45:13 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-11 17:45:13 -0600
commit8ef0838654799217c7b94c0ae86dec40f5103fc1 (patch)
tree0cd1e77c16a9c7705a589e13a11d50912f1709a5 /extras/gbz80disasm.py
parent68d4d86a8fb89566f2e45dc63d5670cf2feee9d4 (diff)
remove extra output from gbz80disasm
hg-commit-id: 2c4886b28a2f
Diffstat (limited to 'extras/gbz80disasm.py')
-rw-r--r--extras/gbz80disasm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py
index 8344e1c2..dd927940 100644
--- a/extras/gbz80disasm.py
+++ b/extras/gbz80disasm.py
@@ -640,7 +640,6 @@ def output_bank_opcodes(original_offset, max_byte_count=0x4000):
current_byte_number += 2
offset += 2
- print "next byte is: " + hex(ord(extract_maps.rom[offset]))
elif maybe_byte in opt_table.keys():
op_code = opt_table[maybe_byte]
op_code_type = op_code[1]