blob: 3d22b65a3ab84b7547ada9fc522ea2b133280e22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- AltairZ80/i86.h.orig 2020-09-01 09:55:27 UTC
+++ AltairZ80/i86.h
@@ -215,7 +215,6 @@ struct pc_env
};
/* GLOBAL */
-volatile int intr;
void halt_sys (PC_ENV *sys);
void fetch_decode_modrm (PC_ENV *m, uint16 *mod, uint16 *regh, uint16 *regl);
|