Home
last modified time | relevance | path

Searched refs:int_active (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/z80/
H A Dkp69.cpp250 bool kp69_base_device::int_active() const in int_active() function in kp69_base_device
308 set_int(int_active()); in set_input_level()
322 set_int(int_active()); in set_irr()
334 set_int(int_active()); in set_isr()
350 bool active = int_active(); in set_imr()
369 set_int(int_active()); in set_ler()
384 set_int(int_active()); in set_pgr()
476 set_int(int_active()); in z80daisy_irq_reti()
H A Dkp69.h57 bool int_active() const;
/dports/emulators/mame/mame-mame0226/src/devices/cpu/z80/
H A Dkp69.cpp250 bool kp69_base_device::int_active() const in int_active() function in kp69_base_device
308 set_int(int_active()); in set_input_level()
322 set_int(int_active()); in set_irr()
334 set_int(int_active()); in set_isr()
350 bool active = int_active(); in set_imr()
369 set_int(int_active()); in set_ler()
384 set_int(int_active()); in set_pgr()
476 set_int(int_active()); in z80daisy_irq_reti()
H A Dkp69.h57 bool int_active() const;
/dports/sysutils/webmin/webmin-1.981/inetd/
H A Dindex.cgi22 if ($i->[1]) { $int_active{$i->[3],$i->[5]} = $j; }
36 @slist = sort { (defined($int_active{$b->[1],$b->[3]}) ? 2 :
38 (defined($int_active{$a->[1],$a->[3]}) ? 2 :
65 $ia = $int_active{$s->[1],$s->[3]};