Home
last modified time | relevance | path

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

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A DTC8566AF.c121 #define ST2_SH 0x08 macro
H A DNEC765.c126 #define ST2_SH 0x08 macro
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dupd765.h102 ST2_SH = 0x08, enumerator
H A Dupd765.cpp1027 st2 = (st2 & ~(ST2_SN)) | ST2_SH; in live_run()
1030 st2 = (st2 & ~(ST2_SH)) | ST2_SN; in live_run()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dupd765.h102 ST2_SH = 0x08, enumerator
H A Dupd765.cpp1027 st2 = (st2 & ~(ST2_SN)) | ST2_SH; in live_run()
1030 st2 = (st2 & ~(ST2_SH)) | ST2_SN; in live_run()
/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dfdc.c250 #define ST2_SH (0x08) /* Scan Equal Hit */ macro