Home
last modified time | relevance | path

Searched refs:TMS34010_INT1 (Results 1 – 17 of 17) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/tms34010/
H A Dtms34010.h62 #define TMS34010_INT1 0x0002 /* External Interrupt 1 */ macro
H A Dtms34010.c873 else if (irq & TMS34010_INT1) in check_interrupt()
1219 IOREG(REG_INTPEND) |= TMS34010_INT1; in tms34010_set_irq_line()
1221 IOREG(REG_INTPEND) &= ~TMS34010_INT1; in tms34010_set_irq_line()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms34010/
H A D34010ops.h156 #define TMS34010_INT1 0x0002 /* External Interrupt 1 */ macro
H A Dtms34010.c797 else if (irq & TMS34010_INT1) in check_interrupt()
1149 IOREG(REG_INTPEND) |= TMS34010_INT1; in tms34010_set_irq_line()
1154 IOREG(REG_INTPEND) &= ~TMS34010_INT1; in tms34010_set_irq_line()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms34010/
H A D34010ops.h156 #define TMS34010_INT1 0x0002 /* External Interrupt 1 */ macro
H A Dtms34010.c811 else if (irq & TMS34010_INT1) in check_interrupt()
1163 IOREG(REG_INTPEND) |= TMS34010_INT1; in tms34010_set_irq_line()
1168 IOREG(REG_INTPEND) &= ~TMS34010_INT1; in tms34010_set_irq_line()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34/
H A D34010ops.h176 #define TMS34010_INT1 0x0002 /* External Interrupt 1 */ macro
H A Dtms34010.cpp615 else if (irq & TMS34010_INT1) in check_interrupt()
788 IOREG(REG_INTPEND) |= TMS34010_INT1; in tms34010_set_irq_line()
794 IOREG(REG_INTPEND) &= ~TMS34010_INT1; in tms34010_set_irq_line()
1883 …case CPUINFO_INT_INPUT_STATE + 0: info->i = (IOREG(REG_INTPEND) & TMS34010_INT1) ? ASSERT_LINE …
/dports/emulators/fs-uae/fs-uae-3.1.35/src/mame/tm34010/
H A Dtms34010.cpp545 else if (irq & TMS34010_INT1) in check_interrupt()
693 IOREG(REG_INTPEND) |= TMS34010_INT1; in execute_set_input()
695 IOREG(REG_INTPEND) &= ~TMS34010_INT1; in execute_set_input()
H A Dtms34010.h175 #define TMS34010_INT1 0x0002 /* External Interrupt 1 */ macro
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms34010/
H A Dtms34010.cpp677 else if (irq & TMS34010_INT1) in check_interrupt()
828 IOREG(REG_INTPEND) |= TMS34010_INT1; in execute_set_input()
830 IOREG(REG_INTPEND) &= ~TMS34010_INT1; in execute_set_input()
H A Dtms34010.h99 #define TMS34010_INT1 0x0002 /* External Interrupt 1 */ macro
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms34010/
H A Dtms34010.cpp677 else if (irq & TMS34010_INT1) in check_interrupt()
828 IOREG(REG_INTPEND) |= TMS34010_INT1; in execute_set_input()
830 IOREG(REG_INTPEND) &= ~TMS34010_INT1; in execute_set_input()
H A Dtms34010.h99 #define TMS34010_INT1 0x0002 /* External Interrupt 1 */ macro
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dwmsyunit.c532 cpu_cause_interrupt(0,TMS34010_INT1); in dma_callback()
H A Dwmstunit.c587 cpu_cause_interrupt(0,TMS34010_INT1); in dma_callback()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dcpuintrf.c531 …CPU2(TMS34010, tms34010, 2, 0,1.00,TMS34010_INT_NONE, TMS34010_INT1, -1, 29, 3,29,LE,2,10…