--- np2/io/sysport.c 2007/11/03 00:00:20 1.3 +++ np2/io/sysport.c 2007/11/11 13:54:14 1.4 @@ -42,14 +42,14 @@ static void IOOUTCALL sysp_o37(UINT port static REG8 IOINPCALL sysp_i31(UINT port) { (void)port; - return(np2cfg.dipsw[1]); + return(pccore.dipsw[1]); } static REG8 IOINPCALL sysp_i33(UINT port) { REG8 ret; - ret = ((~np2cfg.dipsw[0]) & 1) << 3; + ret = ((~pccore.dipsw[0]) & 1) << 3; ret |= rs232c_stat(); ret |= uPD4990.cdat; (void)port;