Home
last modified time | relevance | path

Searched refs:_strobe (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DOekaKidsTablet.h10 bool _strobe = false;
36 Stream(_strobe, _shift, _stateBuffer); in StreamState()
47 if(_strobe) { in ReadRAM()
63 _strobe = (value & 0x01) == 0x01; in WriteRAM()
66 if(_strobe) { in WriteRAM()
H A DBaseControlDevice.cpp12 _strobe = false; in BaseControlDevice()
39 Stream(_strobe, state); in StreamState()
54 if(_strobe) { in StrobeProcessRead()
61 bool prevStrobe = _strobe; in StrobeProcessWrite()
62 _strobe = (value & 0x01) == 0x01; in StrobeProcessWrite()
64 if(prevStrobe && !_strobe) { in StrobeProcessWrite()
H A DSnesMouse.h52 if(_strobe) { in ReadRAM()
H A DBaseControlDevice.h19 bool _strobe; variable
/dports/emulators/kcemu/KCemu-0.5.1/src/kc/
H A Dpio.cc63 _strobe[A] = _strobe[B] = 0; in reset()
510 _strobe[port] = 1; in trigger_irq()
527 if (_strobe[A]) in irqack()
529 _strobe[A] = 0; in irqack()
538 if (_strobe[B]) in irqack()
540 _strobe[B] = 0; in irqack()
558 if (_strobe[A]) in reti()
564 if (_strobe[B]) in reti()
631 cout << "\tstrobe: " << (int)_strobe[A] in info()
632 << " " << (int)_strobe[B] << endl; in info()
H A Dpio2.cc40 _strobe[A] = _strobe[B] = 0; in PIO2()
/dports/emulators/kcemu/KCemu-0.5.1/include/kc/
H A Dpio.h107 byte_t _strobe[2]; variable