Home
last modified time | relevance | path

Searched refs:TMS34010_INT2 (Results 1 – 15 of 15) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/tms34010/
H A Dtms34010.h63 #define TMS34010_INT2 0x0004 /* External Interrupt 2 */ macro
H A Dtms34010.c881 else if (irq & TMS34010_INT2) in check_interrupt()
1225 IOREG(REG_INTPEND) |= TMS34010_INT2; in tms34010_set_irq_line()
1227 IOREG(REG_INTPEND) &= ~TMS34010_INT2; in tms34010_set_irq_line()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms34010/
H A D34010ops.h157 #define TMS34010_INT2 0x0004 /* External Interrupt 2 */ macro
H A Dtms34010.c805 else if (irq & TMS34010_INT2) in check_interrupt()
1162 IOREG(REG_INTPEND) |= TMS34010_INT2; in tms34010_set_irq_line()
1167 IOREG(REG_INTPEND) &= ~TMS34010_INT2; in tms34010_set_irq_line()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms34010/
H A D34010ops.h157 #define TMS34010_INT2 0x0004 /* External Interrupt 2 */ macro
H A Dtms34010.c819 else if (irq & TMS34010_INT2) in check_interrupt()
1176 IOREG(REG_INTPEND) |= TMS34010_INT2; in tms34010_set_irq_line()
1181 IOREG(REG_INTPEND) &= ~TMS34010_INT2; in tms34010_set_irq_line()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34/
H A D34010ops.h177 #define TMS34010_INT2 0x0004 /* External Interrupt 2 */ macro
H A Dtms34010.cpp624 else if (irq & TMS34010_INT2) in check_interrupt()
800 IOREG(REG_INTPEND) |= TMS34010_INT2; in tms34010_set_irq_line()
806 IOREG(REG_INTPEND) &= ~TMS34010_INT2; in tms34010_set_irq_line()
1884 …case CPUINFO_INT_INPUT_STATE + 1: info->i = (IOREG(REG_INTPEND) & TMS34010_INT2) ? ASSERT_LINE …
/dports/emulators/fs-uae/fs-uae-3.1.35/src/mame/tm34010/
H A Dtms34010.cpp553 else if (irq & TMS34010_INT2) in check_interrupt()
700 IOREG(REG_INTPEND) |= TMS34010_INT2; in execute_set_input()
702 IOREG(REG_INTPEND) &= ~TMS34010_INT2; in execute_set_input()
H A Dtms34010.h176 #define TMS34010_INT2 0x0004 /* External Interrupt 2 */ macro
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms34010/
H A Dtms34010.cpp685 else if (irq & TMS34010_INT2) in check_interrupt()
835 IOREG(REG_INTPEND) |= TMS34010_INT2; in execute_set_input()
837 IOREG(REG_INTPEND) &= ~TMS34010_INT2; in execute_set_input()
H A Dtms34010.h100 #define TMS34010_INT2 0x0004 /* External Interrupt 2 */ macro
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms34010/
H A Dtms34010.cpp685 else if (irq & TMS34010_INT2) in check_interrupt()
835 IOREG(REG_INTPEND) |= TMS34010_INT2; in execute_set_input()
837 IOREG(REG_INTPEND) &= ~TMS34010_INT2; in execute_set_input()
H A Dtms34010.h100 #define TMS34010_INT2 0x0004 /* External Interrupt 2 */ macro
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dcpuintrf.c1806 if (num==TMS34010_INT2) irq_line = 1; in cpu_generate_interrupt()