Searched refs:fMFP (Results 1 – 1 of 1) sorted by relevance
170 MFP *fMFP[2]; member in BPrivate::M68KAtari310 fMFP[1] = new(sMFP1Buffer) M68KAtari::MFP(MFP1_BASE, MFP1_VECTOR_BASE); in ProbeHardware()323 fMFP[0] = NULL; in Init()324 fMFP[1] = NULL; in Init()337 fMFP[0] = new(sMFP0Buffer) M68KAtari::MFP(MFP0_BASE, MFP0_VECTOR_BASE); in Init()399 fMFP[0]->WriteReg(MFP_TACR, 0); // stop it in InitTimer()400 install_io_interrupt_handler(fMFP[0]->Vector()+13, &MFPTimerInterrupt, this, 0); in InitTimer()645 fMFP[0]->WriteReg(SYS_TDR, nextEventClocks); in SetHardwareTimer()647 fMFP[0]->WriteReg(SYS_TCR, (fMFP[0]->ReadReg(SYS_TCR) & SYS_TCRMASK) | SYS_TENABLE); in SetHardwareTimer()659 fMFP[0]->WriteReg(SYS_TCR, (fMFP[0]->ReadReg(SYS_TCR) & SYS_TCRMASK) | SYS_TDISABLE); in ClearHardwareTimer()[all …]