Home
last modified time | relevance | path

Searched refs:syncemu (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/adamem/adamem-1.0_4/
H A DSVGALib.h30 extern int syncemu; /* 0 if emulation shouldn't be synced */
H A DMSDOS.h35 extern int syncemu; /* 0 if emulation shouldn't be synced */
H A DSVGALib.c63 int syncemu=1; /* 0 if emulation shouldn't be synced */ variable
822 if (syncemu) in InitMachine()
1098 if (syncemu) in Keyboard()
1133 if (syncemu) OldTimer=ReadTimer(); in Keyboard()
1144 if (syncemu) in CheckScreenRefresh()
H A DX.c93 int syncemu=1; /* 0 if emulation shouldn't be synced */ variable
1059 if (syncemu) in InitMachine()
1305 if (syncemu) in Keyboard()
1337 if (syncemu) OldTimer=ReadTimer(); in Keyboard()
1348 if (syncemu) in CheckScreenRefresh()
H A DX.h27 extern int syncemu; /* 0 if emulation shouldn't be synced */
H A DMSDOS.c83 int syncemu=1; /* 0 - Don't sync emulation */ variable
1025 if (syncemu) in InitMachine()
1313 if (syncemu) in Keyboard()
1362 if (syncemu) OldTimer=ReadTimer(); in Keyboard()
1373 if (syncemu) in CheckScreenRefresh()
H A DADAMEm.c379 syncemu=atoi(argv[N]); in ParseOptions()