Home
last modified time | relevance | path

Searched refs:REG_HSTCTLL (Results 1 – 14 of 14) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/tms34010/
H A D34010ops.h59 REG_HSTCTLL, enumerator
H A Dtms34010.c1650 case REG_HSTCTLL: in common_io_register_w()
1877 common_io_register_w(cpunum, context, REG_HSTCTLL * 2, data & 0x00ff); in tms34010_host_w()
1941 …return (CONTEXT_IOREG(context, REG_HSTCTLH) & 0xff00) | (CONTEXT_IOREG(context, REG_HSTCTLL) & 0x0… in tms34010_host_r()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms34010/
H A D34010ops.h64 REG_HSTCTLL, enumerator
H A Dtms34010.c1684 case REG_HSTCTLL: in WRITE16_HANDLER()
2189 tms34010_io_register_w(REG_HSTCTLL, data & 0x00ff, 0); in tms34010_host_w()
2249 result = (IOREG(REG_HSTCTLH) & 0xff00) | (IOREG(REG_HSTCTLL) & 0x00ff); in tms34010_host_r()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms34010/
H A D34010ops.h64 REG_HSTCTLL, enumerator
H A Dtms34010.c1702 case REG_HSTCTLL: in WRITE16_HANDLER()
2218 tms34010_io_register_w(REG_HSTCTLL, data & 0x00ff, 0); in tms34010_host_w()
2278 result = (IOREG(REG_HSTCTLH) & 0xff00) | (IOREG(REG_HSTCTLL) & 0x00ff); in tms34010_host_r()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34/
H A D34010ops.h84 REG_HSTCTLL, enumerator
H A Dtms34010.cpp1292 case REG_HSTCTLL: in tms34010_io_register_w()
1734 tms34010_io_register_w(REG_HSTCTLL << 4, data & 0x00ff); in tms34010_host_w()
1787 result = (IOREG(REG_HSTCTLH) & 0xff00) | (IOREG(REG_HSTCTLL) & 0x00ff); in tms34010_host_r()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/mame/tm34010/
H A Dtms34010.cpp1198 case REG_HSTCTLL: in WRITE16_MEMBER()
1608 if (mem_mask&0x00ff) io_register_w(*m_program, REG_HSTCTLL, data & 0x00ff, 0x00ff); in WRITE16_MEMBER()
1665 result = (IOREG(REG_HSTCTLH) & 0xff00) | (IOREG(REG_HSTCTLL) & 0x00ff); in READ16_MEMBER()
H A Dtms34010.h83 REG_HSTCTLL, enumerator
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms34010/
H A Dtms34010.cpp1293 case REG_HSTCTLL: in io_register_w()
1683 if (mem_mask&0x00ff) io_register_w(REG_HSTCTLL, data & 0x00ff, 0x00ff); in host_w()
1740 result = (IOREG(REG_HSTCTLH) & 0xff00) | (IOREG(REG_HSTCTLL) & 0x00ff); in host_r()
H A Dtms34010.h78 REG_HSTCTLL, enumerator
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms34010/
H A Dtms34010.cpp1293 case REG_HSTCTLL: in io_register_w()
1683 if (mem_mask&0x00ff) io_register_w(REG_HSTCTLL, data & 0x00ff, 0x00ff); in host_w()
1740 result = (IOREG(REG_HSTCTLH) & 0xff00) | (IOREG(REG_HSTCTLL) & 0x00ff); in host_r()
H A Dtms34010.h78 REG_HSTCTLL, enumerator