Home
last modified time | relevance | path

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

/dports/emulators/frodo/Frodo-4.1b/Src/
H A DCPUC64_SC.cpp112 interrupt.intr[INT_NMI] = true; in AsyncNMI()
141 s->intr[INT_NMI] = interrupt.intr[INT_NMI]; in GetState()
175 interrupt.intr[INT_NMI] = s->intr[INT_NMI]; in SetState()
590 else if (interrupt.intr[INT_NMI] && (the_c64->CycleCounter-first_nmi_cycle >= 2)) { in EmulateCycle()
591 interrupt.intr[INT_NMI] = false; // Simulate an edge-triggered input in EmulateCycle()
H A DCPUC64.cpp119 interrupt.intr[INT_NMI] = true; in AsyncNMI()
621 s->intr[INT_NMI] = interrupt.intr[INT_NMI]; in GetState()
655 interrupt.intr[INT_NMI] = s->intr[INT_NMI]; in SetState()
764 else if (interrupt.intr[INT_NMI]) { in EmulateLine()
765 interrupt.intr[INT_NMI] = false; // Simulate an edge-triggered input in EmulateLine()
H A DCPUC64.h35 INT_NMI enumerator
179 interrupt.intr[INT_NMI] = true; in TriggerNMI()
198 interrupt.intr[INT_NMI] = true; in TriggerNMI()
H A DCPU_emulcycle.i831 if (interrupt.intr[INT_NMI]) { // BRK interrupted by NMI?
832 interrupt.intr[INT_NMI] = false; // Simulate an edge-triggered input
/dports/emulators/darcnes/darcnes/
H A Dm6502.h34 #define INT_NMI 0x0066 /* Non-maskable interrupt */ macro
H A Dmz80.h32 #define INT_NMI 0x0066 /* Non-maskable interrupt */ macro
H A Dmz80.c980 if((R->IFF&0x01)||(Vector==INT_NMI)) in IntZ80()
987 if(Vector==INT_NMI) R->PC.W=INT_NMI; in IntZ80()
1069 cpu->data.d_maratz80->IRequest = INT_NMI; in cal_maratz80_nmi()
/dports/emulators/almostti/AlmostTI-DougMelton-Source/Z80/
H A DZ80.h35 #define INT_NMI 0xFFFD /* Non-maskable interrupt */ macro
H A DZ80.c570 if((R->IFF&IFF_1)||(Vector==INT_NMI)) in IntZ80()
579 if(Vector==INT_NMI) in IntZ80()
/dports/games/libretro-fmsx/fmsx-libretro-c2c26b1/Z80/
H A DZ80.h33 #define INT_NMI 0xFFFD /* Non-maskable interrupt */ macro
H A DZ80.c598 if((R->IFF&IFF_1)||(Vector==INT_NMI)) in IntZ80()
607 if(Vector==INT_NMI) in IntZ80()
/dports/emulators/xcpc/xcpc-20070122/src/dev/
H A Dz80cpu.h44 #define INT_NMI 0xfffd /* Non-maskable interrupt */ macro
H A Dz80cpu.c962 if((IF_W & IFF_1) || (vector == INT_NMI)) { in gdev_z80cpu_intr()
972 if(vector == INT_NMI) { in gdev_z80cpu_intr()
/dports/emulators/simh/simh-3.9.0_5/H316/
H A Dh316_defs.h195 #define INT_NMI (INT_START) macro
H A Dh316_cpu.c491 if ((dev_int & (INT_PEND|INT_NMI|dev_enb)) > INT_PEND) {/* int req? */ in sim_instr()
1298 dev_int = dev_int & ~(INT_PEND|INT_NMI); in cpu_reset()
/dports/emulators/hugo/hugo-2.12/
H A Dh6280.h257 #define INT_NMI 2 /* Non-maskable interrupt */ macro
H A Dh6280.c2840 if ((Type == INT_NMI) || (!(reg_p & FL_I))) in Int6502()
2852 if (Type == INT_NMI) in Int6502()