--- np2/macos9/ini.cpp 2004/01/07 08:33:00 1.10 +++ np2/macos9/ini.cpp 2004/01/09 07:27:15 1.12 @@ -307,6 +307,8 @@ static const INITBL iniitem[] = { {"HDD2FILE", INITYPE_STR, np2cfg.hddfile[1], MAX_PATH}, {"fontfile", INITYPE_STR, np2cfg.fontfile, MAX_PATH}, {"biospath", INITYPE_STR, np2cfg.biospath, MAX_PATH}, + {"hdrvroot", INITYPE_STR, np2cfg.hdrvroot, MAX_PATH}, + {"hdrv_acc", INITYPE_UINT8, &np2cfg.hdrvacc, 0}, {"SampleHz", INITYPE_UINT16, &np2cfg.samplingrate, 0}, {"Latencys", INITYPE_UINT16, &np2cfg.delayms, 0},