Home
last modified time | relevance | path

Searched defs:chip_is_cmos (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms7000/
H A Dtms7000.h60 bool chip_is_cmos() const { return (m_info_flags & CHIP_IS_CMOS) ? true : false; } in chip_is_cmos() function
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms7000/
H A Dtms7000.h60 bool chip_is_cmos() const { return (m_info_flags & CHIP_IS_CMOS) ? true : false; } in chip_is_cmos() function