minor gbz80disasm formatting

This commit is contained in:
Bryan Bishop 2013-09-01 16:10:26 -05:00
parent a8f9bf671b
commit 24c5bdfd83

View File

@ -6,6 +6,7 @@ from copy import copy, deepcopy
from ctypes import c_int8
import random
import json
from wram import *
# New versions of json don't have read anymore.