Indirection for INSTR_EmulateInstruction for use by DOS code.
commit7f740cbb047e465856dc4b1789401db12b72d6d9
authorOve Kaaven <ovek@arcticnet.no>
Sun, 1 Nov 1998 12:41:19 +0000 (1 12:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 1 Nov 1998 12:41:19 +0000 (1 12:41 +0000)
treeb5cc592440b3b4f4f0260619fde31ff8f0cb0412
parent1e319975d73bb46efdb831579da5a9a1c08e7b5d
Indirection for INSTR_EmulateInstruction for use by DOS code.
Added support for a 55Hz system timer, letting DOS apps calibrate
their delay loops and such. Calls INSTR_EmulateInstruction for
instruction emulation (principally I/O port access). Added macro
V86_FLAG.
if1632/signal.c
include/dosexe.h
loader/dos/dosvm.c
loader/dos/module.c
misc/system.c
miscemu/instr.c