Home
last modified time | relevance | path

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

/dports/emulators/tilem/tilem-2.0/emu/
H A Dz80.c56 static inline void timer_free(TilemZ80* z80, int tmr) in timer_free()
65 static inline int timer_alloc(TilemZ80* z80) in timer_alloc()
90 static inline int timer_earlier(TilemZ80* z80, int tmr1, int tmr2) in timer_earlier()
100 static inline void timer_insert(TilemZ80* z80, int* list, int tmr) in timer_insert()
126 static inline void timer_set(TilemZ80* z80, int tmr, dword count, in timer_set()
153 static inline void timer_unset(TilemZ80* z80, int tmr) in timer_unset()
173 static inline void bp_free(TilemZ80* z80, int bp) in bp_free()
183 static inline int bp_alloc(TilemZ80* z80) in bp_alloc()
855 TilemZ80* z80 = &calc->z80; in z80_execute()
H A Dtilem.h266 } TilemZ80; typedef
779 TilemZ80 z80;