Searched refs:TRACE_OS_BIOS (Results 1 – 6 of 6) sorted by relevance
/dports/games/libretro-hatari/hatari-561c07e/src/ |
H A D | bios.c | 42 LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x04 Rwabs(%d,0x%lX,%d,%d,%i) at PC 0x%X\n", in Bios_RWabs() 77 …LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x05 Setexc(0x%hX VEC_%s, 0x%X) at PC 0x%X\n", vec, vecname->name, … in Bios_Setexe() 145 LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x00 Getmpb(0x%X) at PC 0x%X\n", in Bios() 151 LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x03 Bconout(%i, 0x%02hX) at PC 0x%X\n", in Bios() 172 LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x%02hX %s(0x%hX) at PC 0x%X\n", in Bios() 181 LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x%02hX %s() at PC 0x%X\n", in Bios()
|
/dports/emulators/hatari/hatari-2.2.1/src/ |
H A D | bios.c | 42 LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x04 Rwabs(%d,0x%x,%d,%d,%i) at PC 0x%X\n", in Bios_RWabs() 77 …LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x05 Setexc(0x%hX VEC_%s, 0x%X) at PC 0x%X\n", vec, vecname->name, … in Bios_Setexe() 145 LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x00 Getmpb(0x%X) at PC 0x%X\n", in Bios() 151 LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x03 Bconout(%i, 0x%02hX) at PC 0x%X\n", in Bios() 172 LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x%02hX %s(0x%hX) at PC 0x%X\n", in Bios() 181 LOG_TRACE(TRACE_OS_BIOS, "BIOS 0x%02hX %s() at PC 0x%X\n", in Bios()
|
/dports/games/libretro-hatari/hatari-561c07e/src/debug/ |
H A D | log.h | 135 #define TRACE_OS_BIOS (1<<25) macro 189 #define TRACE_OS_ALL ( TRACE_OS_BIOS | TRACE_OS_XBIOS | TRACE_OS_GEMDOS | TRACE_OS_AES | TRACE_OS_…
|
H A D | log.c | 101 { TRACE_OS_BIOS , "bios" },
|
/dports/emulators/hatari/hatari-2.2.1/src/debug/ |
H A D | log.h | 141 #define TRACE_OS_BIOS (1<<26) macro 201 #define TRACE_OS_ALL ( TRACE_OS_BASE | TRACE_OS_BIOS | TRACE_OS_XBIOS | TRACE_OS_GEMDOS | TRACE_OS…
|
H A D | log.c | 105 { TRACE_OS_BIOS , "bios" },
|