From 4e44ec7abc28e684b1c8db58c36226624d94787e Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 28 Jan 2026 09:31:29 +0100 Subject: [PATCH] And another multiple define. --- src/cpu/vx0.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cpu/vx0.c b/src/cpu/vx0.c index 94a5fc56f..0226284b6 100644 --- a/src/cpu/vx0.c +++ b/src/cpu/vx0.c @@ -222,8 +222,6 @@ const uint8_t opf_0f[256] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* F0 */ 0, 0, 0, 0, 0, 0, 0, 0 }; /* F8 */ -/* Is the CPU 8088 or 8086. */ -int is8086 = 0; int nx = 0; static uint32_t cpu_src = 0;