shithub: pokered

Download patch

ref: 90197fcb86da19cae14c57801ece1a21e081092a
parent: 62daaef8e92f807524481c73ee26ebf220b2c6e4
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 10 09:42:15 EST 2012

add GetMachineName address to gbz80disasm

hg-commit-id: 8ba8806f333f


--- a/extras/gbz80disasm.py
+++ b/extras/gbz80disasm.py
@@ -552,6 +552,7 @@
     "2f9e": "GetMonName",
     "3e6d": "Predef", #library of pre-defined asm routines
     "00b5": "CopyData",
+    "2ff3": "GetMachineName",
 }
 
 def random_asm_label():