X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fz80%2Fmain.c;h=8fb6b0a2d18ef96d13784d134f62ddb09dbb1e97;hb=d2da99feec099aa224e1db53bc5a1ed42ed51ec9;hp=057d01d5ab14190fccb3ada01a162c6657031175;hpb=7c10ac7e90bbe4388df1271052c3b01cb1a230b1;p=fw%2Fsdcc diff --git a/src/z80/main.c b/src/z80/main.c index 057d01d5..8fb6b0a2 100644 --- a/src/z80/main.c +++ b/src/z80/main.c @@ -112,7 +112,7 @@ _gbz80_init (void) } static void -_reset_regparm () +_reset_regparm (void) { _G.regParams = 0; } @@ -603,6 +603,7 @@ PORT z80_port = "CODE", "DATA", "ISEG", + NULL, /* pdata */ "XSEG", "BSEG", "RSEG", @@ -718,6 +719,7 @@ PORT gbz80_port = "CODE", "DATA", "ISEG", + NULL, /* pdata */ "XSEG", "BSEG", "RSEG",