X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fz80%2Fmain.c;h=6e5e05edcd1f04c73d956a6a026ba3ea2e4db722;hb=c4cd7a8c98eaf5ef8e39c76533a9277e83cf7585;hp=dbd02319366655b3caffc1abaf5080ac3e7921e8;hpb=ebd528885a35ec21d7d3f786609261ece1d688be;p=fw%2Fsdcc diff --git a/src/z80/main.c b/src/z80/main.c index dbd02319..6e5e05ed 100644 --- a/src/z80/main.c +++ b/src/z80/main.c @@ -526,7 +526,7 @@ _setValues(void) if (IS_GB) { - setMainValue ("z80outputtypeflag", "-z"); + setMainValue ("z80outputtypeflag", "-Z"); setMainValue ("z80outext", ".gb"); } else @@ -717,7 +717,7 @@ PORT z80_port = { NULL, ASMCMD, - "-plosgff", /* Options with debug */ + "-plosgffc", /* Options with debug */ "-plosgff", /* Options without debug */ 0, ".asm" @@ -838,7 +838,7 @@ PORT gbz80_port = { NULL, ASMCMD, - "-plosgff", /* Options with debug */ + "-plosgffc", /* Options with debug */ "-plosgff", /* Options without debug */ 0, ".asm",