From 90197fcb86da19cae14c57801ece1a21e081092a Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 10 Jan 2012 14:42:15 -0600 Subject: add GetMachineName address to gbz80disasm hg-commit-id: 8ba8806f333f --- extras/gbz80disasm.py | 1 + 1 file changed, 1 insertion(+) 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(): -- cgit v1.3.1-sl0p