Home
last modified time | relevance | path

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

/dports/emulators/tnylpo/tnylpo-1.1.3/
H A Dtnylpo.h72 #define BIOS_VECTOR_COUNT 18 macro
73 #define MAGIC_ADDRESS (MEMORY_SIZE - (1 + BIOS_VECTOR_COUNT))
H A Dos.c60 #define BIOS_VECTOR ((DPB - BIOS_VECTOR_COUNT * 3) & 0xff00)
920 for (i = 0; i < BIOS_VECTOR_COUNT; i++) { in os_init()
3966 static void (*magic_functions_p[1 + BIOS_VECTOR_COUNT])(void) = {