Home
last modified time | relevance | path

Searched refs:int_state (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/machine/
H A Dz80fmly.c143 if( ctc->int_state[ch] & Z80_INT_IEO ) state = ctc->int_state[ch]; in z80ctc_interrupt_check()
164 ctc->int_state[i] = 0; in z80ctc_reset()
247 if( ctc->int_state[ch] != 0 ) in z80ctc_w()
250 ctc->int_state[ch] = 0; in z80ctc_w()
303 if( ctc->int_state[ch] ) in z80ctc_interrupt()
306 ctc->int_state[ch] = Z80_INT_IEO; in z80ctc_interrupt()
351 ctc->int_state[ch] |= Z80_INT_REQ; in z80ctc_timercallback()
516 old_state = pio->int_state[ch]; in z80pio_check_irq()
536 pio->int_state[i] = 0; in z80pio_reset()
653 pio->int_state[0] |= Z80_INT_IEO; in z80pio_interrupt()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dz80fmly.c147 if( ctc->int_state[ch] & Z80_INT_IEO ) state = ctc->int_state[ch]; in z80ctc_interrupt_check()
166 ctc->int_state[i] = 0; in z80ctc_reset()
247 if( ctc->int_state[ch] != 0 ) in z80ctc_w()
250 ctc->int_state[ch] = 0; in z80ctc_w()
303 if( ctc->int_state[ch] ) in z80ctc_interrupt()
306 ctc->int_state[ch] = Z80_INT_IEO; in z80ctc_interrupt()
351 ctc->int_state[ch] |= Z80_INT_REQ; in z80ctc_timercallback()
526 old_state = pio->int_state[ch]; in z80pio_check_irq()
546 pio->int_state[i] = 0; in z80pio_reset()
663 pio->int_state[0] |= Z80_INT_IEO; in z80pio_interrupt()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Dz80fmly.c147 if( ctc->int_state[ch] & Z80_INT_IEO ) state = ctc->int_state[ch]; in z80ctc_interrupt_check()
166 ctc->int_state[i] = 0; in z80ctc_reset()
247 if( ctc->int_state[ch] != 0 ) in z80ctc_w()
250 ctc->int_state[ch] = 0; in z80ctc_w()
303 if( ctc->int_state[ch] ) in z80ctc_interrupt()
306 ctc->int_state[ch] = Z80_INT_IEO; in z80ctc_interrupt()
351 ctc->int_state[ch] |= Z80_INT_REQ; in z80ctc_timercallback()
526 old_state = pio->int_state[ch]; in z80pio_check_irq()
546 pio->int_state[i] = 0; in z80pio_reset()
663 pio->int_state[0] |= Z80_INT_IEO; in z80pio_interrupt()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/roses/
H A Dclroses.py72 int_state = INT_IDLE variable in rose
171 old_state, self.int_state = self.int_state, new_state
194 if self.int_state != self.INT_RESIZE:
196 self.int_state = self.INT_RESIZE
266 if self.int_state == self.INT_IDLE:
269 elif self.int_state == self.INT_DRAW:
276 self.int_state = self.INT_WAIT
281 elif self.int_state == self.INT_SEARCH:
283 if self.int_state == self.INT_SEARCH:
285 elif self.int_state == self.INT_WAIT:
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/z80/
H A Dz80pio.cpp100 int old_state = z80pio->int_state[ch]; in update_irq_state()
143 z80pio->int_state[ch] |= Z80_DAISY_INT; in update_irq_state()
145 z80pio->int_state[ch] &= ~Z80_DAISY_INT; in update_irq_state()
147 if (old_state != z80pio->int_state[ch]) in update_irq_state()
431 if (z80pio->int_state[ch] & Z80_DAISY_IEO) in z80pio_irq_state()
436 state |= z80pio->int_state[ch]; in z80pio_irq_state()
450 if (z80pio->int_state[ch] & Z80_DAISY_INT) in z80pio_irq_ack()
453 z80pio->int_state[ch] = Z80_DAISY_IEO; in z80pio_irq_ack()
474 z80pio->int_state[ch] &= ~Z80_DAISY_IEO; in z80pio_irq_reti()
541 SCAN_VAR(z80pio->int_state); in z80pio_scan()
[all …]
H A Dz80ctc.cpp80 UINT8 int_state; /* interrupt status (for daisy chain) */ member
207 channel->int_state |= Z80_DAISY_INT; in timercallback()
452 …= %d%d%d%d\n", ctc->channel[0].int_state, ctc->channel[1].int_state, ctc->channel[2].int_state, ct… in z80ctc_irq_state()
460 if (channel->int_state & Z80_DAISY_IEO) in z80ctc_irq_state()
465 state |= channel->int_state; in z80ctc_irq_state()
482 if (channel->int_state & Z80_DAISY_INT) in z80ctc_irq_ack()
487 channel->int_state = Z80_DAISY_IEO; in z80ctc_irq_ack()
508 if (channel->int_state & Z80_DAISY_IEO) in z80ctc_irq_reti()
513 channel->int_state &= ~Z80_DAISY_IEO; in z80ctc_irq_reti()
559 channel->int_state = 0; in z80ctc_reset()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/z80/
H A Dz80pio.cpp100 int old_state = z80pio->int_state[ch]; in update_irq_state()
143 z80pio->int_state[ch] |= Z80_DAISY_INT; in update_irq_state()
145 z80pio->int_state[ch] &= ~Z80_DAISY_INT; in update_irq_state()
147 if (old_state != z80pio->int_state[ch]) in update_irq_state()
431 if (z80pio->int_state[ch] & Z80_DAISY_IEO) in z80pio_irq_state()
436 state |= z80pio->int_state[ch]; in z80pio_irq_state()
450 if (z80pio->int_state[ch] & Z80_DAISY_INT) in z80pio_irq_ack()
453 z80pio->int_state[ch] = Z80_DAISY_IEO; in z80pio_irq_ack()
474 z80pio->int_state[ch] &= ~Z80_DAISY_IEO; in z80pio_irq_reti()
541 SCAN_VAR(z80pio->int_state); in z80pio_scan()
[all …]
H A Dz80ctc.cpp80 UINT8 int_state; /* interrupt status (for daisy chain) */ member
207 channel->int_state |= Z80_DAISY_INT; in timercallback()
452 …= %d%d%d%d\n", ctc->channel[0].int_state, ctc->channel[1].int_state, ctc->channel[2].int_state, ct… in z80ctc_irq_state()
460 if (channel->int_state & Z80_DAISY_IEO) in z80ctc_irq_state()
465 state |= channel->int_state; in z80ctc_irq_state()
482 if (channel->int_state & Z80_DAISY_INT) in z80ctc_irq_ack()
487 channel->int_state = Z80_DAISY_IEO; in z80ctc_irq_ack()
508 if (channel->int_state & Z80_DAISY_IEO) in z80ctc_irq_reti()
513 channel->int_state &= ~Z80_DAISY_IEO; in z80ctc_irq_reti()
559 channel->int_state = 0; in z80ctc_reset()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/konami/
H A Dkonami.c67 UINT8 int_state; /* SYNC and CWAI flags */ member
121 konami.int_state &= ~KONAMI_SYNC; /* clear SYNC flag */ \
126 if( konami.int_state & KONAMI_CWAI ) \
128 konami.int_state &= ~KONAMI_CWAI; /* clear CWAI */ \
148 if( konami.int_state & KONAMI_CWAI ) \
500 konami.int_state = 0; in konami_reset()
532 if( !(konami.int_state & KONAMI_LDS) ) return; in konami_set_nmi_line()
534 konami.int_state &= ~KONAMI_SYNC; in konami_set_nmi_line()
536 if( konami.int_state & KONAMI_CWAI ) in konami_set_nmi_line()
538 konami.int_state &= ~KONAMI_CWAI; in konami_set_nmi_line()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/konami/
H A Dkonami.cpp63 UINT8 int_state; /* SYNC and CWAI flags */ member
123 konami.int_state &= ~KONAMI_SYNC; /* clear SYNC flag */ \
128 if( konami.int_state & KONAMI_CWAI ) \
130 konami.int_state &= ~KONAMI_CWAI; /* clear CWAI */ \
154 if( konami.int_state & KONAMI_CWAI ) \
424 konami.int_state = 0; in konamiReset()
467 if( !(konami.int_state & KONAMI_LDS) ) return; in konami_set_irq_line()
469 konami.int_state &= ~KONAMI_SYNC; in konami_set_irq_line()
471 if( konami.int_state & KONAMI_CWAI ) in konami_set_irq_line()
473 konami.int_state &= ~KONAMI_CWAI; in konami_set_irq_line()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/konami/
H A Dkonami.cpp63 UINT8 int_state; /* SYNC and CWAI flags */ member
123 konami.int_state &= ~KONAMI_SYNC; /* clear SYNC flag */ \
128 if( konami.int_state & KONAMI_CWAI ) \
130 konami.int_state &= ~KONAMI_CWAI; /* clear CWAI */ \
154 if( konami.int_state & KONAMI_CWAI ) \
424 konami.int_state = 0; in konamiReset()
467 if( !(konami.int_state & KONAMI_LDS) ) return; in konami_set_irq_line()
469 konami.int_state &= ~KONAMI_SYNC; in konami_set_irq_line()
471 if( konami.int_state & KONAMI_CWAI ) in konami_set_irq_line()
473 konami.int_state &= ~KONAMI_CWAI; in konami_set_irq_line()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/konami/
H A Dkonami.c72 UINT8 int_state; /* SYNC and CWAI flags */ member
126 konami.int_state &= ~KONAMI_SYNC; /* clear SYNC flag */ \
131 if( konami.int_state & KONAMI_CWAI ) \
133 konami.int_state &= ~KONAMI_CWAI; /* clear CWAI */ \
153 if( konami.int_state & KONAMI_CWAI ) \
477 konami.int_state = 0; in konami_reset()
511 if( !(konami.int_state & KONAMI_LDS) ) return; in konami_set_irq_line()
513 konami.int_state &= ~KONAMI_SYNC; in konami_set_irq_line()
515 if( konami.int_state & KONAMI_CWAI ) in konami_set_irq_line()
517 konami.int_state &= ~KONAMI_CWAI; in konami_set_irq_line()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/konami/
H A Dkonami.c81 UINT8 int_state; /* SYNC and CWAI flags */ member
135 konami.int_state &= ~KONAMI_SYNC; /* clear SYNC flag */ \
140 if( konami.int_state & KONAMI_CWAI ) \
142 konami.int_state &= ~KONAMI_CWAI; /* clear CWAI */ \
162 if( konami.int_state & KONAMI_CWAI ) \
486 konami.int_state = 0; in konami_reset()
520 if( !(konami.int_state & KONAMI_LDS) ) return; in konami_set_irq_line()
522 konami.int_state &= ~KONAMI_SYNC; in konami_set_irq_line()
524 if( konami.int_state & KONAMI_CWAI ) in konami_set_irq_line()
526 konami.int_state &= ~KONAMI_CWAI; in konami_set_irq_line()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/bfin/
H A Ddv-bfin_gpio.c31 bu16 int_state; member
70 hw_port_event (me, dst_port, !!(port->int_state & mask)); in bfin_gpio_forward_int()
311 port->int_state |= bit; in bfin_gpio_port_event()
313 port->int_state &= ~bit; in bfin_gpio_port_event()
323 port->int_state &= ~bit; in bfin_gpio_port_event()
326 port->int_state |= bit; in bfin_gpio_port_event()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/post/cpu/mpc83xx/
H A Decc.c64 int int_state; in ecc_post_test() local
84 int_state = disable_interrupts(); in ecc_post_test()
161 if (int_state) in ecc_post_test()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/post/cpu/mpc83xx/
H A Decc.c47 int int_state; in ecc_post_test() local
67 int_state = disable_interrupts(); in ecc_post_test()
144 if (int_state) in ecc_post_test()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/post/cpu/mpc83xx/
H A Decc.c64 int int_state; in ecc_post_test() local
84 int_state = disable_interrupts(); in ecc_post_test()
161 if (int_state) in ecc_post_test()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/post/cpu/mpc83xx/
H A Decc.c47 int int_state; in ecc_post_test() local
67 int_state = disable_interrupts(); in ecc_post_test()
144 if (int_state) in ecc_post_test()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/post/cpu/mpc83xx/
H A Decc.c50 int int_state; in ecc_post_test() local
70 int_state = disable_interrupts(); in ecc_post_test()
147 if (int_state) in ecc_post_test()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/post/cpu/mpc83xx/
H A Decc.c50 int int_state; in ecc_post_test() local
70 int_state = disable_interrupts(); in ecc_post_test()
147 if (int_state) in ecc_post_test()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/post/cpu/mpc83xx/
H A Decc.c50 int int_state; in ecc_post_test() local
70 int_state = disable_interrupts(); in ecc_post_test()
147 if (int_state) in ecc_post_test()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/post/cpu/mpc83xx/
H A Decc.c50 int int_state; in ecc_post_test() local
70 int_state = disable_interrupts(); in ecc_post_test()
147 if (int_state) in ecc_post_test()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/post/cpu/mpc83xx/
H A Decc.c64 int int_state; in ecc_post_test() local
84 int_state = disable_interrupts(); in ecc_post_test()
161 if (int_state) in ecc_post_test()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/post/cpu/mpc83xx/
H A Decc.c64 int int_state; in ecc_post_test() local
84 int_state = disable_interrupts(); in ecc_post_test()
161 if (int_state) in ecc_post_test()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/post/cpu/mpc83xx/
H A Decc.c47 int int_state; in ecc_post_test() local
67 int_state = disable_interrupts(); in ecc_post_test()
144 if (int_state) in ecc_post_test()

12345678910>>...16