Home
last modified time | relevance | path

Searched refs:TILEM_INTERRUPT_LINK_ACTIVE (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/tilem/tilem-2.0/emu/
H A Dlink.c52 dbus_interrupt(calc, TILEM_INTERRUPT_LINK_ACTIVE, in dbus_set_extlines()
385 calc->z80.interrupts &= ~TILEM_INTERRUPT_LINK_ACTIVE; in tilem_linkport_set_mode()
H A Dtilem.h189 TILEM_INTERRUPT_LINK_ACTIVE = 512, /* Link port state changed */ enumerator
/dports/emulators/tilem/tilem-2.0/emu/x7/
H A Dx7_io.c70 if (calc->z80.interrupts & TILEM_INTERRUPT_LINK_ACTIVE) in x7_z80_in()
/dports/emulators/tilem/tilem-2.0/emu/xp/
H A Dxp_io.c77 if (calc->z80.interrupts & TILEM_INTERRUPT_LINK_ACTIVE) in xp_z80_in()
/dports/emulators/tilem/tilem-2.0/emu/xs/
H A Dxs_io.c89 if (calc->z80.interrupts & TILEM_INTERRUPT_LINK_ACTIVE) in xs_z80_in()
/dports/emulators/tilem/tilem-2.0/emu/x4/
H A Dx4_io.c91 if (calc->z80.interrupts & TILEM_INTERRUPT_LINK_ACTIVE) in x4_z80_in()
/dports/emulators/tilem/tilem-2.0/emu/xz/
H A Dxz_io.c91 if (calc->z80.interrupts & TILEM_INTERRUPT_LINK_ACTIVE) in xz_z80_in()
/dports/emulators/tilem/tilem-2.0/emu/xn/
H A Dxn_io.c94 if (calc->z80.interrupts & TILEM_INTERRUPT_LINK_ACTIVE) in xn_z80_in()