Post-merge adjustments to 4502 patch.

This commit is contained in:
Michael Martin 2014-03-22 22:03:06 -07:00
parent 88c7214950
commit 3f13609932
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ import optparse
enable_branch_extend = True
enable_undoc_ops = False
enable_65c02_exts = False
enable_4502_exts = False
warn_on_branch_extend = True
@ -75,9 +76,9 @@ def parse_args(raw_args):
if options.c02 and options.undoc:
parser.error("--undoc and --65c02 are mutually exclusive")
if options.c02 and options.csg4502:
parser.error("--undoc and --65c02 are mutually exclusive")
parser.error("--65c02 and --4502 are mutually exclusive")
if options.csg4502 and options.undoc:
parser.error("--undoc and --65c02 are mutually exclusive")
parser.error("--undoc and --4502 are mutually exclusive")
infiles = args
outfile = options.outfile

BIN
tests/test4502.bin Normal file

Binary file not shown.