Lots.
[fw/sdcc] / src / z80 / gbz80.c
index e64785bea72988eec6d37dbea11afe0f9d520843..84946032bd2698ae84a4a8117a1513f6d90e0022 100644 (file)
@@ -9,7 +9,7 @@
 
 static char _defaultRules[] =
 {
-#include "peeph.rul"
+#include "peeph-gbz80.rul"
 };
 
 static char *_gbz80_keywords[] = { NULL };
@@ -73,6 +73,9 @@ static const char *_asmCmd[] = {
 PORT gbz80_port = {
     "gbz80",
     "Gameboy Z80-like",                /* Target name */
+    {
+       FALSE,
+    },
     {  
        _asmCmd,
        "-plosgff",             /* Options with debug */