From d5cf8a2638c51b984b3b686dd844c3d9fba7cda1 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 11 Sep 2018 23:15:36 +0200 Subject: [PATCH] Actually removed the reference to mca_version from win_settings.c now, hopefully this fixes compiling once and for all. --- src/win/win_settings.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/win/win_settings.c b/src/win/win_settings.c index cc046733b..d3a8ef942 100644 --- a/src/win/win_settings.c +++ b/src/win/win_settings.c @@ -8,7 +8,7 @@ * * Windows 86Box Settings dialog handler. * - * Version: @(#)win_settings.c 1.0.59 2018/09/11 + * Version: @(#)win_settings.c 1.0.60 2018/09/11 * * Authors: Miran Grca, * David Hrdlička, @@ -1304,8 +1304,6 @@ win_settings_sound_proc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam) break; case IDC_CONFIGURE_MPU401: - mca_version = !!(machines[temp_machine].flags & MACHINE_MCA); - temp_deviceconfig |= deviceconfig_open(hdlg, (machines[temp_machine].flags & MACHINE_MCA) ? (void *)&mpu401_mca_device : (void *)&mpu401_device); break;