--- np2/io/cgrom.c 2005/02/04 05:32:24 1.13 +++ np2/io/cgrom.c 2007/11/03 00:00:20 1.15 @@ -110,7 +110,7 @@ static void IOOUTCALL cgrom_oa9(UINT por static REG8 IOINPCALL cgrom_ia9(UINT port) { CGROM cr; -const BYTE *ptr; +const UINT8 *ptr; int type; cr = &cgrom; @@ -147,7 +147,7 @@ static const IOINP cgromia1[8] = { NULL, NULL, NULL, NULL, cgrom_ia9, NULL, NULL, NULL}; -void cgrom_reset(void) { +void cgrom_reset(const NP2CFG *pConfig) { CGWINDOW cgw; @@ -161,6 +161,8 @@ void cgrom_reset(void) { cgw->fonthigh = fontrom + 0x7fff0; #endif cgw->writable = 0; + + (void)pConfig; } void cgrom_bind(void) {