Home
last modified time | relevance | path

Searched refs:TILEM_BREAK_DISABLED (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/tilem/tilem-2.0/emu/
H A Dz80.c209 if (type & TILEM_BREAK_DISABLED) in bp_head()
483 tilem_z80_set_breakpoint_type(calc, id, type & ~TILEM_BREAK_DISABLED); in tilem_z80_enable_breakpoint()
489 tilem_z80_set_breakpoint_type(calc, id, type | TILEM_BREAK_DISABLED); in tilem_z80_disable_breakpoint()
495 return !(type & TILEM_BREAK_DISABLED); in tilem_z80_breakpoint_enabled()
H A Dtilem.h150 TILEM_BREAK_DISABLED = 0x20000 /* Disabled breakpoint */ enumerator