diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 14:42:15 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 14:42:15 -0600 |
commit | 90197fcb86da19cae14c57801ece1a21e081092a (patch) | |
tree | dd7cc569738d5133dacac9d9dfeb62ee1c1f599e /extras/gbz80disasm.py | |
parent | 62daaef8e92f807524481c73ee26ebf220b2c6e4 (diff) |
add GetMachineName address to gbz80disasm
hg-commit-id: 8ba8806f333f
Diffstat (limited to 'extras/gbz80disasm.py')
-rw-r--r-- | extras/gbz80disasm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index cf4df80a..b9d04bb1 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -552,6 +552,7 @@ asm_commands = { "2f9e": "GetMonName", "3e6d": "Predef", #library of pre-defined asm routines "00b5": "CopyData", + "2ff3": "GetMachineName", } def random_asm_label(): |