1
0
Fork 0

global direction flag register

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1562
This commit is contained in:
Sjoerd van der Berg 2004-01-11 12:29:28 +00:00
parent 2b919b0ffe
commit 73879ec6b7

View file

@ -392,6 +392,7 @@ struct CPUBlock {
struct {
Bitu which,error;
} exception;
Bits direction;
};
extern CPUBlock cpu;