Home
last modified time | relevance | path

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

/dports/emulators/uae/uae-0.8.29/src/include/
H A Dcustom.h46 extern int find_copper_record (uaecptr, int *, int *);
/dports/games/libretro-hatari/hatari-561c07e/src/cpu/
H A Dcustom.h51 extern int find_copper_record (uaecptr, int *, int *);
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dcustom.h71 extern int find_copper_record (uaecptr, int *, int *);
/dports/emulators/uae/uae-0.8.29/src/
H A Ddebug.c357 if (find_copper_record (addr, &hpos, &vpos)) { in decode_copper_insn()
H A Dcustom.c295 int find_copper_record (uaecptr addr, int *phpos, int *pvpos) in find_copper_record() function